correction package json
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "rm -rf .next && npx prisma generate && next build",
|
||||||
"start": "npx prisma db push && next start",
|
"start": "npx prisma db push && next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"postinstall": "prisma generate"
|
"postinstall": "prisma generate"
|
||||||
|
|||||||
Reference in New Issue
Block a user