chore: add prebuild to handle prisma build cache

This commit is contained in:
Mythie
2024-06-21 12:55:17 +10:00
parent 3e5dcca027
commit 6b3c0afe25
2 changed files with 9 additions and 1 deletions

View File

@ -6,6 +6,7 @@
"license": "MIT",
"scripts": {
"build": "prisma generate",
"prebuild": "prisma generate",
"format": "prisma format",
"clean": "rimraf node_modules",
"post-install": "prisma generate",