We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93dd099 commit ea7594cCopy full SHA for ea7594c
package.json
@@ -6,6 +6,7 @@
6
"dev": "next dev",
7
"build": "npx prisma generate && next build",
8
"start": "next start",
9
+ "postinstall": "prisma generate",
10
"lint": "next lint",
11
"test": "jest",
12
"test:watch": "jest --watchAll"
0 commit comments