10000 updated packages · codewithdev/codewithdev-vercel@5722d94 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5722d94

Browse files
committed
updated packages
1 parent 1e0422b commit 5722d94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
"private": true,
33
"license": "MIT",
44
"scripts": {
5-
"build": "next build",
5+
"build": "prisma generate && next build",
66
"dev": "next dev",
77
"start": "next start",
88
"lint": "next lint",
99
"sanity-start": "sanity start",
10-
"export": "next export"
10+
"export": "next export",
11+
"postinstall": "prisma generate"
1112
},
1213
"engines": {
1314
"node": "20.x",

0 commit comments

Comments
 (0)
0