generated from nhcarrigan/template
feat: try an action #1
@ -38,4 +38,4 @@ jobs:
|
||||
run: pnpm run build
|
||||
|
||||
- name: Run Tests
|
||||
run: pnpm run test
|
||||
run: pnpm run test:ci
|
@ -9,6 +9,7 @@
|
||||
"start": "next start",
|
||||
"lint": "eslint src test --max-warnings 0",
|
||||
"test": "op run --env-file=do.env --no-masking -- vitest run --coverage",
|
||||
"test:ci": "vitest run --coverage --exclude=test/cdn.spec.ts",
|
||||
"koikatsu": "op run --env-file=do.env --no-masking -- tsx koikatsu.ts",
|
||||
"scan": "SONAR_TOKEN='op://Environment Variables - Development/SonarCloud/portfolio' op run -- sonar-scanner -Dsonar.organization=nhcarrigan -Dsonar.projectKey=nhcarrigan_portfolio -Dsonar.sources=. -Dsonar.host.url=https://sonarcloud.io"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user