Skip to content

Commit 277ba86

Browse files
committed
Update ci.yml
1 parent 54f47e7 commit 277ba86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
with:
1717
node-version: ${{ matrix.node }}
1818
- uses: bahmutov/npm-install@v1
19-
- run: npm run bundle
19+
- run: npm run lint:js
20+
- run: npm run build-js
2021
- run: npm run test
2122

2223
- name: Upload coverage report on Node v${{ matrix.node }} to coveralls.io...

0 commit comments

Comments
 (0)