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 1e0422b commit 5722d94Copy full SHA for 5722d94
package.json
@@ -2,12 +2,13 @@
2
"private": true,
3
"license": "MIT",
4
"scripts": {
5
- "build": "next build",
+ "build": "prisma generate && next build",
6
"dev": "next dev",
7
"start": "next start",
8
"lint": "next lint",
9
"sanity-start": "sanity start",
10
- "export": "next export"
+ "export": "next export",
11
+ "postinstall": "prisma generate"
12
},
13
"engines": {
14
"node": "20.x",
0 commit comments