feat: setup actions #1

Merged
naomi merged 4 commits from feat/actions into main 2025-01-23 02:08:01 -08:00
Showing only changes of commit b59b1112ee - Show all commits

View File

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