From df0acb524f090e2a3dca81a802932d2d210302c1 Mon Sep 17 00:00:00 2001 From: Kai Mallea Date: Mon, 11 Jul 2022 19:11:09 -0400 Subject: [PATCH] fix(web-scripts): v14 borked, unpublished, must use v15 BREAKING CHANGE: v14 borked, unpublished, must use v15 --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index a35bc9bf..8797d884 100755 --- a/release.sh +++ b/release.sh @@ -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