mirror of
https://github.com/0xPARC/zkmessage.xyz.git
synced 2026-01-09 22:37:55 -05:00
add prisma generate to build script
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "next start -p $PORT",
|
"start": "next start -p $PORT",
|
||||||
"export": "next export",
|
"export": "next export",
|
||||||
"build": "next build",
|
"build": "prisma generate && next build",
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user