mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 12:43:24 +00:00
Fixed Tests
This commit is contained in:
parent
8c3b4b734e
commit
ac244964a6
3 changed files with 144 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue