generated from nhcarrigan/template
chore: postinstall generate db
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 31s
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 31s
This commit is contained in:
parent
4bf4bae97d
commit
b59b1112ee
@ -8,7 +8,8 @@
|
|||||||
"node": "22",
|
"node": "22",
|
||||||
"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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user