Fixed Tests

This commit is contained in:
Ahmad 2025-01-15 21:04:16 -05:00
parent 8c3b4b734e
commit ac244964a6
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
3 changed files with 144 additions and 1 deletions

View file

@ -6,6 +6,7 @@
"dev": "next dev --turbo",
"debug": "NODE_OPTIONS='--inspect' next dev --turbo",
"build": "next build",
"build-collections": "content-collections build",
"start": "next start",
"lint": "next lint && tsc --noemit",
"postinstall": "prisma generate --no-engine",
@ -65,6 +66,7 @@
},
"devDependencies": {
"@codecov/nextjs-webpack-plugin": "^1.7.0",
"@content-collections/cli": "^0.1.6",
"@content-collections/core": "^0.8.0",
"@content-collections/mdx": "^0.2.0",
"@content-collections/next": "^0.2.4",