diff --git a/scripts/publish-cli.sh b/scripts/publish-cli.sh index 8afc0166..972a4dda 100755 --- a/scripts/publish-cli.sh +++ b/scripts/publish-cli.sh @@ -142,7 +142,7 @@ EOF log_stage "publishing package" ( cd "$CLI_DIR" - NPM_CONFIG_USERCONFIG="$NPM_CONFIG_FILE" npm publish --access public + NPM_CONFIG_USERCONFIG="$NPM_CONFIG_FILE" npm publish --access public --registry "$NPM_REGISTRY" ) log_stage "publish completed"