diff --git a/scripts/deploy.sh b/scripts/deploy.sh index b6be52bddd..df4fd2b9bf 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -2,6 +2,9 @@ set -e # exit with nonzero exit code if anything fails +# authenticate with the npm registry +npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN -q + npm run build-all # Should remove once lerna stops mistakenly