From c4e3aa54f1253b06a8a06b295af7f0f860ba926a Mon Sep 17 00:00:00 2001 From: David Boreham Date: Fri, 24 Mar 2023 02:31:19 -0600 Subject: [PATCH] Remove trailing whitespace Former-commit-id: 2e7ef1e52eefbd4fc995cdc371be7930650a09c1 --- .../cerc-builder-js/build-npm-package-local-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/container-build/cerc-builder-js/build-npm-package-local-dependencies.sh b/app/data/container-build/cerc-builder-js/build-npm-package-local-dependencies.sh index 7f372af..47869e1 100755 --- a/app/data/container-build/cerc-builder-js/build-npm-package-local-dependencies.sh +++ b/app/data/container-build/cerc-builder-js/build-npm-package-local-dependencies.sh @@ -20,7 +20,7 @@ package_publish_version=$2 # If we need to handle an additional scope, add it to the list below: npm_scopes_to_handle=("@cerc-io" "@lirewine") for npm_scope_for_local in ${npm_scopes_to_handle[@]}; do - # We need to configure the local registry + # We need to configure the local registry npm config set ${npm_scope_for_local}:registry ${local_npm_registry_url} npm config set -- ${local_npm_registry_url}:_authToken ${CERC_NPM_AUTH_TOKEN} # Find the set of dependencies from the specified scope