Skip to content

Commit 9b9ba8b

Browse files
authored
Add --ignore-scripts option to npm publish command
1 parent 40f2efb commit 9b9ba8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
run: npm version ${{ github.event.release.tag_name }} --no-git-tag-version
2828

2929
- name: Publish to npm
30-
run: npm publish --provenance --access public --tag beta
30+
run: npm publish --provenance --access public --tag beta --ignore-scripts

0 commit comments

Comments
 (0)