fix postinstall

This commit is contained in:
austinkelsay 2024-09-30 14:50:52 -05:00
parent 0a40b7c04c
commit ad0c9e628b

View File

@ -7,7 +7,7 @@
"build": "prisma generate && next build && prisma migrate deploy", "build": "prisma generate && next build && prisma migrate deploy",
"start": "next start", "start": "next start",
"lint": "next lint", "lint": "next lint",
"postinstall": "prisma generate" "postinstall": "npx prisma generate"
}, },
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "^3.645.0", "@aws-sdk/client-s3": "^3.645.0",