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 29dadb0 commit e5609b3Copy full SHA for e5609b3
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
34
run: npm run build-package
35
36
- name: Test library
37
- run: npm test -- --watch=false --browsers=ChromeHeadless --no-fail-on-empty-test-suite
+ run: npm test -- --watch=false --browsers=ChromeHeadless
38
39
- name: Publish to npm
40
run: |
0 commit comments