Skip to content

Commit d9e93fe

Browse files
authored
Merge pull request #1006 from spotify/force-v15
fix(web-scripts): v14 borked, unpublished, must use v15
2 parents 2bfaa03 + df0acb5 commit d9e93fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ then
2222
echo "spotify/web-scripts: Configuring npm for publishing..."
2323
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
2424
echo "spotify/web-scripts: Attempting publish..."
25-
npx lerna publish --yes --force-publish --conventional-commits --create-release=github --registry=https://registry.npmjs.org
25+
npx lerna publish --yes --force-publish --ignore-scripts --conventional-commits --create-release=github --registry=https://registry.npmjs.org
2626
exit $?
2727
else
2828
echo "spotify/web-scripts: No release will be triggered." >&2

0 commit comments

Comments
 (0)