Use standard script names for test and prettier (#2483)

This commit is contained in:
Dolan
2023-12-25 13:02:00 +00:00
committed by GitHub
parent 0434d00ff7
commit 6b6f9d7ed4
3 changed files with 8 additions and 8 deletions

View File

@ -32,7 +32,7 @@ jobs:
- name: Install Dependencies
run: npm ci --force
- name: Test
run: npm run test.ci
run: npm run test:ci
- name: Codecov
uses: codecov/codecov-action@v3
with:
@ -57,7 +57,7 @@ jobs:
- name: Install Dependencies
run: npm ci --force
- name: Prettier
run: npm run style
run: npm run prettier
cspell:
name: CSpell
runs-on: ubuntu-latest