mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +00:00
fix postinstall
This commit is contained in:
parent
0a40b7c04c
commit
ad0c9e628b
@ -7,7 +7,7 @@
|
||||
"build": "prisma generate && next build && prisma migrate deploy",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"postinstall": "prisma generate"
|
||||
"postinstall": "npx prisma generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.645.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user