Skip to content

Commit

Permalink
fix: disable verify when using auth token (#587)
Browse files Browse the repository at this point in the history
(cherry picked from commit 54e764f)
  • Loading branch information
ekashida committed Aug 15, 2018
1 parent bd5da03 commit 2a3ec2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release_npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi
# Command to push the packages
CMD_UPDATE_VERSION="lerna version ${PACKAGE_VERSION} --yes --exact --force-publish --no-git-tag-version --no-push"
CMD_PREPARE="yarn prepare"
CMD_PUBLISH_PACKAGES="lerna publish --repo-version ${PACKAGE_VERSION} --yes --exact --force-publish --no-git-tag-version --no-push --registry https://npm.lwcjs.org ${CANARY} --npm-client npm"
CMD_PUBLISH_PACKAGES="lerna publish --repo-version ${PACKAGE_VERSION} --yes --exact --force-publish --no-git-tag-version --no-push --registry https://npm.lwcjs.org ${CANARY} --npm-client npm --no-verify-access --no-verify-registry"

# Run
echo $CMD_UPDATE_VERSION;
Expand Down

0 comments on commit 2a3ec2a

Please sign in to comment.