Add prisma generate to postinstall
This commit is contained in:
parent
167f981522
commit
7b22b4c869
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start"
|
||||
"start": "next start",
|
||||
"postinstall": "prisma generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "2.18.0",
|
||||
|
|
Loading…
Reference in a new issue