feat: setup actions
Node.js CI / Lint and Test (pull_request) Successful in 50s

This commit is contained in:
2025-01-23 01:03:40 -08:00
parent 01587f406c
commit 58e03c4766
2 changed files with 39 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"build": "tsc",
"lint": "eslint src --max-warnings 0",
"start": "node -r dotenv/config prod/index.js",
"test": "echo 'No tests yet!'"
"test": "echo 'No tests yet!' && exit 0"
},
"engines": {
"node": "22",