Skip to content

Commit 2149dfc

Browse files
committed
Add build step to ci workflow
1 parent 55a3268 commit 2149dfc

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
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
- run: npm ci
29+
- run: npm run build
2930
- if: ${{ matrix.full-ci }}
3031
run: npm test config=@ci
3132
env:

0 commit comments

Comments
 (0)