generated from nhcarrigan/template
feat: use 1pass for secret management
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
"prebuild": "rm -rf prod && prisma generate",
|
||||
"build": "tsc",
|
||||
"lint": "eslint src --max-warnings 0 && prettier src --check",
|
||||
"start": "node -r dotenv/config prod/index.js",
|
||||
"start": "op run --env-file='./prod.env' -- node prod/index.js",
|
||||
"test": "echo 'no tests yet'"
|
||||
},
|
||||
"repository": {
|
||||
|
Reference in New Issue
Block a user