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
+2 -1
View File
@@ -8,7 +8,8 @@
"node": "22",
"pnpm": "10"
},
"scripts": {
"scripts": {
"postinstall": "prisma generate",
"build": "tsc",
"lint": "eslint src --max-warnings 0",
"start": "op run --env-file='./prod.env' -- node prod/index.js",