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