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 24803f7 commit f75c699Copy full SHA for f75c699
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up project.
21
run: npm run bootstrap
22
- name: Run tests.
23
- run: USE_REACT_STRICT_MODE=0 npm run test && npm run test:vitest && npm run cy:component
+ run: USE_REACT_STRICT_MODE=0 npm run test && npm run test:vitest
24
- name: Release to NPM
25
env:
26
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments