Skip to content

Commit 9eedb5a

Browse files
committed
ci: add missing build step
1 parent d4408e3 commit 9eedb5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@ jobs:
3232
run: npm ci
3333
- name: Lint
3434
run: npm run lint
35+
- name: Build
36+
run: npm run build
3537
- name: Unit tests
3638
run: npm run test

0 commit comments

Comments
 (0)