Skip to content

Commit

Permalink
fix package.json scripts & rebuild (#215)
Browse files Browse the repository at this point in the history
* fix package.json scripts & rebuild

* check build as part of CI

* rework test commands

* typo
  • Loading branch information
SomeHats authored Sep 9, 2020
1 parent 3cc1b16 commit 1995e01
Show file tree
Hide file tree
Showing 4 changed files with 979 additions and 1,157 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- run: npm ci
- run: npm run lint
if: ${{ matrix.node-version == '12.x' }}
- run: npm run coverage
- run: npm run test
env:
CI: true
- run: ./scripts/check-is-build-fresh.sh
Loading

0 comments on commit 1995e01

Please sign in to comment.