Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Fix scripts for check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zmillman committed May 3, 2024
1 parent dc98ac7 commit 95d7d80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Install dependencies
run: npm install --frozen-lockfile
- name: Lint check
run: npm lint
run: npm run lint
- name: Format check
run: npm prettier
run: npm run prettier
- name: Unit & Integration tests
run: npm test
run: npm run test

0 comments on commit 95d7d80

Please sign in to comment.