From da3a487895cbe1ee01d1dee9c0f7365daf071f08 Mon Sep 17 00:00:00 2001 From: cgewecke Date: Tue, 14 Apr 2020 21:29:19 -0700 Subject: [PATCH] Add --ignore-scripts to lerna publish command for E2E publishing tests --- scripts/e2e.npm.publish.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/e2e.npm.publish.sh b/scripts/e2e.npm.publish.sh index eef0f7bfbfb..ddd279c50c5 100755 --- a/scripts/e2e.npm.publish.sh +++ b/scripts/e2e.npm.publish.sh @@ -60,6 +60,7 @@ lerna version minor \ --no-git-tag-version \ --no-push \ --allow-branch $BRANCH \ + --ignore-scripts \ --yes # Set identity prior to publishing (necessary for Windows) @@ -73,5 +74,6 @@ git commit -a -m 'virtual-version-bump' lerna publish from-package \ --dist-tag e2e \ --registry http://localhost:4873 \ + --ignore-scripts \ --yes