Skip to content

Commit e2fa3bc

Browse files
committed
chore(ci): add build step to GitHub Actions workflow
1 parent db9a8bf commit e2fa3bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
with:
3131
node-version: ${{ matrix.node-version }}
3232
- run: npm install
33+
- run: npm build
3334
- run: npm run test:coverage

0 commit comments

Comments
 (0)