Skip to content

Commit

Permalink
chore: use npm-run-all to run lint/test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Dec 8, 2021
1 parent baf4217 commit 800324b
Show file tree
Hide file tree
Showing 3 changed files with 1,122 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run linters
run: yarn pretest && yarn lint:docs
run: yarn lint
- name: Run tests
run: npm test
timeout-minutes: 20
Expand Down
Loading

0 comments on commit 800324b

Please sign in to comment.