Skip to content

Commit

Permalink
ci: add build step (#906)
Browse files Browse the repository at this point in the history
Build was missing for some reason. 😱
  • Loading branch information
hf committed Jun 5, 2024
1 parent 4ecfdda commit 5bda912
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 @@ -27,7 +27,11 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Run tests
- name: Build
run: |
npm ci
npm run build
- name: Run tests
run: |
npm t

0 comments on commit 5bda912

Please sign in to comment.