Skip to content

Commit

Permalink
Merge pull request #1006 from spotify/force-v15
Browse files Browse the repository at this point in the history
fix(web-scripts): v14 borked, unpublished, must use v15
  • Loading branch information
spotify-kai authored Jul 12, 2022
2 parents 2bfaa03 + df0acb5 commit d9e93fe
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 d9e93fe

Please sign in to comment.