Skip to content

Commit

Permalink
fix(web-scripts): v14 borked, unpublished, must use v15
Browse files Browse the repository at this point in the history
BREAKING CHANGE: v14 borked, unpublished, must use v15
  • Loading branch information
spotify-kai committed Jul 11, 2022
1 parent 2bfaa03 commit df0acb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ then
echo "spotify/web-scripts: Configuring npm for publishing..."
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
echo "spotify/web-scripts: Attempting publish..."
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
exit $?
else
echo "spotify/web-scripts: No release will be triggered." >&2
Expand Down

0 comments on commit df0acb5

Please sign in to comment.