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 da11d62 commit d30f7e1Copy full SHA for d30f7e1
.github/workflows/publish.yml
@@ -31,6 +31,6 @@ jobs:
31
- name: Run build
32
run: yarn build
33
- name: Publish to npm
34
- run: yarn publish
+ run: yarn publish --non-interactive
35
env:
36
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -19,7 +19,7 @@
19
"test:watch": "jest --watch",
20
"prerelease": "yarn lint && yarn test && yarn build",
21
"postrelease": "git push origin main --follow-tags",
22
- "release": "standard-version -- --no-verify"
+ "release": "standard-version --no-verify"
23
},
24
"devDependencies": {
25
"@babel/cli": "^7.17.6",
0 commit comments