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 817cf0a commit dc5fd51Copy full SHA for dc5fd51
.github/workflows/test.yml
@@ -167,8 +167,8 @@ jobs:
167
- name: Install deps
168
if: steps.node_modules_cache.outputs.cache-hit != 'true'
169
run: npm ci
170
- # - name: Lint
171
- # run: npm run lint
+ - name: Lint
+ run: npm run lint
172
- name: Build
173
run: npm run build
174
- name: Test Node
@@ -202,7 +202,7 @@ jobs:
202
runs-on: ubuntu-latest
203
name: Publish (NPM)
204
needs: ['build', 'test', 'browser']
205
- if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/v17' || github.event_name == 'release' }}
+ if: ${{ github.ref == 'refs/heads/master' || github.event_name == 'release' }}
206
steps:
207
- name: Setup node
208
uses: actions/setup-node@v3
0 commit comments