changign build command
This commit is contained in:
parent
401d7cdcfe
commit
c0ac236a5f
@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"build": "prisma generate && next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user