Skip to content

Commit

Permalink
chore: ensure build passes in CI (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
inian authored Apr 7, 2023
1 parent c879ad5 commit 3aa1b27
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Run tests
- name: Ensure build works
run: |
npm ci
npm run build
- name: Run tests
run: |
npm t

0 comments on commit 3aa1b27

Please sign in to comment.