Skip to content

Commit

Permalink
chore: skip npm scripts on pre-release publish (#2963)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas authored Jul 19, 2021
1 parent a2cda3b commit 5f05f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- name: Push changes
run: git push --follow-tags
- name: Run npm publish
run: npm publish --tag=${{ steps.extract.outputs.tag }}
run: npm publish --tag=${{ steps.extract.outputs.tag }} --ignore-scripts
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

1 comment on commit 5f05f08

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 330 MB

Please sign in to comment.