chore: add postinstall

This commit is contained in:
DIYgod 2023-05-09 02:28:05 +01:00
parent e1468a3f55
commit 57ed333ca4
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@
"prisma:studio": "prisma studio",
"docker:db": "docker-compose -f docker-compose.db.yml up -d",
"spell-check": "cspell lint . --no-progress",
"analyze": "NODE_ENV=production ANALYZE=true BUNDLE_ANALYZE=browser next build"
"analyze": "NODE_ENV=production ANALYZE=true BUNDLE_ANALYZE=browser next build",
"postinstall": "prisma generate"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [