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 4bf4bae97d - Show all commits

View File

@ -10,7 +10,7 @@
},
"scripts": {
"build": "tsc",
"lint": "eslint src test --max-warnings 0",
"lint": "eslint src --max-warnings 0",
"start": "op run --env-file='./prod.env' -- node prod/index.js",
"test": "echo 'No tests yet!' && exit 0"
},