Skip to content

Commit 353eca5

Browse files
Naqi SyedNaqi Syed
authored andcommitted
adding npx
1 parent 4288067 commit 353eca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"node": "18.14.0"
1111
},
1212
"scripts": {
13-
"postinstall": "prisma generate",
13+
"postinstall": "npx prisma generate",
1414
"dev": "next dev",
1515
"build": "prisma generate && next build",
1616
"start": "next start",

0 commit comments

Comments
 (0)