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

This commit is contained in:
Naomi Carrigan 2025-01-23 02:05:55 -08:00
parent 4bf4bae97d
commit b59b1112ee
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

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",