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 6c9f968 commit 68b5d87Copy full SHA for 68b5d87
.github/workflows/deploy.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Bump version
81
env:
82
NEW_VERSION: ${{ steps.determine-version.outputs.version }}
83
- run: npm version "$NEW_VERSION" --no-git-tag-version
+ run: npm version "$NEW_VERSION" --no-git-tag-version --ignore-scripts
84
- &validate-package
85
name: Validate package is consumable
86
0 commit comments