Skip to content

Commit 3aa1b27

Browse files
authored
chore: ensure build passes in CI (#156)
1 parent c879ad5 commit 3aa1b27

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ jobs:
2828
with:
2929
node-version: ${{ matrix.node }}
3030

31-
- name: Run tests
31+
- name: Ensure build works
3232
run: |
3333
npm ci
34+
npm run build
35+
36+
- name: Run tests
37+
run: |
3438
npm t

0 commit comments

Comments
 (0)