We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c23bcd commit 54f47e7Copy full SHA for 54f47e7
workflows/badges.yml .github/workflows/badges.ymlworkflows/badges.yml renamed to .github/workflows/badges.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v3
21
22
- name: Update version badges 🏷
23
- run: npx -p dependency-version-badge update-badge cypress
+ run: npx -p dependency-version-badge update-badge cypress typescript
24
25
- name: Commit any changed files 💾
26
uses: stefanzweifel/git-auto-commit-action@v4
workflows/ci.yml .github/workflows/ci.ymlworkflows/ci.yml renamed to .github/workflows/ci.yml
@@ -16,8 +16,7 @@ jobs:
16
with:
17
node-version: ${{ matrix.node }}
18
- uses: bahmutov/npm-install@v1
19
- - run: npm run lint:js
- - run: npm run build-js
+ - run: npm run bundle
- run: npm run test
- name: Upload coverage report on Node v${{ matrix.node }} to coveralls.io...
0 commit comments