Deduplicate npm scripts used for CI (#7356)

There's nothing special with these anymore. They are the same both
locally and in CI now, because our Vitest and Biome setups don't behave
differently there
This commit is contained in:
Mats Jun Larsen
2025-02-04 03:28:21 +09:00
committed by GitHub
parent 6b04922347
commit dc5f3cf43b
3 changed files with 2 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Run checks
run: |
npm run lint-check
npm run ci-test
npm run test
npm run ts-check
python3 ./etc/scripts/util/propscheck.py
- uses: codecov/codecov-action@v4

View File

@@ -29,5 +29,5 @@ jobs:
run: npm run ts-check
shell: cmd
- name: Test
run: npm run ci-test
run: npm run test
shell: cmd