diff --git a/scripts/publish.sh b/scripts/publish.sh index 4beb5430..67c102aa 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -2,8 +2,8 @@ set -e touch .npmrc -echo 'strict-ssl=false' >> .npmrc -echo 'registry=http://${NPM_REGISTRY_ADDRESS}' >> .npmrc +echo 'strict-ssl=true' >> .npmrc +echo 'registry=https://${NPM_REGISTRY_ADDRESS}' >> .npmrc echo '//${NPM_REGISTRY_ADDRESS}/:_authToken="${NPM_REGISTRY_TOKEN}"' >> .npmrc npm install