Skip to content

Commit

Permalink
Merge pull request #308 from bmish/npm-run-all
Browse files Browse the repository at this point in the history
chore: use `npm-run-all` to run lint/test scripts
  • Loading branch information
lo1tuma authored Dec 8, 2021
2 parents baf4217 + 800324b commit 60120a9
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 60120a9

Please sign in to comment.