Skip to content

Commit 54f47e7

Browse files
committed
missing github actions
1 parent 8c23bcd commit 54f47e7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v3
2121

2222
- name: Update version badges 🏷
23-
run: npx -p dependency-version-badge update-badge cypress
23+
run: npx -p dependency-version-badge update-badge cypress typescript
2424

2525
- name: Commit any changed files 💾
2626
uses: stefanzweifel/git-auto-commit-action@v4
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
with:
1717
node-version: ${{ matrix.node }}
1818
- uses: bahmutov/npm-install@v1
19-
- run: npm run lint:js
20-
- run: npm run build-js
19+
- run: npm run bundle
2120
- run: npm run test
2221

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

0 commit comments

Comments
 (0)