generated from nhcarrigan/template
feat: setup actions (#1)
All checks were successful
Node.js CI / Lint and Test (push) Successful in 36s
All checks were successful
Node.js CI / Lint and Test (push) Successful in 36s
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com> Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
"build": "tsc",
|
||||
"lint": "eslint src --max-warnings 0 && prettier src --check",
|
||||
"start": "op run --env-file='./prod.env' -- node prod/index.js",
|
||||
"test": "echo 'no tests yet'",
|
||||
"test": "echo 'no tests yet' && exit 0",
|
||||
"scan": "SONAR_TOKEN='op://Environment Variables - Development/SonarCloud/mod-bot' op run -- sonar-scanner -Dsonar.organization=nhcarrigan -Dsonar.projectKey=nhcarrigan_mod-bot -Dsonar.sources=. -Dsonar.host.url=https://sonarcloud.io"
|
||||
},
|
||||
"repository": {
|
||||
@ -22,7 +22,7 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": "22",
|
||||
"pnpm": "9"
|
||||
"pnpm": "10"
|
||||
},
|
||||
"homepage": "https://github.com/nhcarrigan/mod-bot#readme",
|
||||
"devDependencies": {
|
||||
|
Reference in New Issue
Block a user