Skip to content

Commit d6121ff

Browse files
committed
Add a build step to the existing workflow
1 parent eb88536 commit d6121ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ jobs:
3535

3636
- name: Run test suite
3737
run: npm test
38+
39+
- name: Check build
40+
run: npm run build

0 commit comments

Comments
 (0)