Skip to content

Commit 4bcbd28

Browse files
authored
Check package can be built (#27)
1 parent 7b3f48f commit 4bcbd28

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
@@ -21,3 +21,6 @@ jobs:
2121
run: npm ci
2222
- name: Test
2323
run: npm run test
24+
- name: Build
25+
# This checks that the package can be built
26+
run: npm run build

0 commit comments

Comments
 (0)