Skip to content

Commit

Permalink
Add "npm run build"
Browse files Browse the repository at this point in the history
  • Loading branch information
Niekes committed Dec 6, 2023
1 parent 633b9ae commit c29345a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{matrix.node}}
- run: npm install
- run: npm test
- run: |
npm install
npm run build
npm test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit c29345a

Please sign in to comment.