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 40f2efb commit 9b9ba8bCopy full SHA for 9b9ba8b
.github/workflows/publish-beta.yml
@@ -27,4 +27,4 @@ jobs:
27
run: npm version ${{ github.event.release.tag_name }} --no-git-tag-version
28
29
- name: Publish to npm
30
- run: npm publish --provenance --access public --tag beta
+ run: npm publish --provenance --access public --tag beta --ignore-scripts
0 commit comments