Skip to content

Commit

Permalink
chore(ci): add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Sep 19, 2024
1 parent 5ee202f commit 05dae70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
if: matrix.nodejs >= 18
run: oxlint .

- name: Build
run: bun run build

- name: Test
if: matrix.nodejs < 18
run: npm test
Expand Down

0 comments on commit 05dae70

Please sign in to comment.