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.
2 parents 2bfaa03 + df0acb5 commit d9e93feCopy full SHA for d9e93fe
release.sh
@@ -22,7 +22,7 @@ then
22
echo "spotify/web-scripts: Configuring npm for publishing..."
23
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
24
echo "spotify/web-scripts: Attempting publish..."
25
- npx lerna publish --yes --force-publish --conventional-commits --create-release=github --registry=https://registry.npmjs.org
+ npx lerna publish --yes --force-publish --ignore-scripts --conventional-commits --create-release=github --registry=https://registry.npmjs.org
26
exit $?
27
else
28
echo "spotify/web-scripts: No release will be triggered." >&2
0 commit comments