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 b8550dd commit ecb52e0Copy full SHA for ecb52e0
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
registry-url: 'https://registry.npmjs.org'
19
cache: npm
20
- run: npm ci
21
- - run: npm run test:coverage
+ - run: npm run test
22
- run: npm run build
23
- run: npm publish
24
if: github.event_name == 'release' && github.event.action == 'created'
0 commit comments