Skip to content

Commit 9885c16

Browse files
committed
feat(ci/cd): check build on pull request
check build on pull request
1 parent 26cc11a commit 9885c16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929

3030
- run: npm ci
3131
- run: npm run test
32+
- run: npm run build
3233

3334
publish:
3435
permissions:

0 commit comments

Comments
 (0)