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 5a0295d commit 8d89379Copy full SHA for 8d89379
.github/workflows/on_push.yml
@@ -16,4 +16,3 @@ jobs:
16
run: |
17
npm i
18
npm t
19
- npm run build
.github/workflows/on_release.yml
@@ -13,8 +13,6 @@ jobs:
13
registry-url: https://registry.npmjs.org/
14
- name: npm install
15
run: npm i
- - name: build
- run: npm run build
- name: publish
run: npm publish
20
env:
0 commit comments