generated from nhcarrigan/template
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com> Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit was merged in pull request #1.
This commit is contained in:
+2
-2
@@ -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