We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d628d commit b16bc13Copy full SHA for b16bc13
1 file changed
.github/workflows/npm-publish.yml
@@ -18,9 +18,6 @@ jobs:
18
- name: building package
19
run: |
20
npm run build
21
- - name: Tests with coverage
22
- run: |
23
- npm run cover
24
- name: Publishing package to npm repository
25
26
npm publish --access public
0 commit comments