chore: postinstall generate db
Node.js CI / Lint and Test (pull_request) Successful in 31s

This commit is contained in:
2025-01-23 02:05:55 -08:00
parent 4bf4bae97d
commit b59b1112ee
+1
View File
@@ -9,6 +9,7 @@
"pnpm": "10" "pnpm": "10"
}, },
"scripts": { "scripts": {
"postinstall": "prisma generate",
"build": "tsc", "build": "tsc",
"lint": "eslint src --max-warnings 0", "lint": "eslint src --max-warnings 0",
"start": "op run --env-file='./prod.env' -- node prod/index.js", "start": "op run --env-file='./prod.env' -- node prod/index.js",