File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -505,8 +505,7 @@ functions:
505
505
export NODE_JS_VERSION=${node_js_version}
506
506
source .evergreen/setup-env.sh
507
507
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true"
508
- echo "registry=https://registry.npmjs.org/" > .npmrc
509
- echo "//registry.npmjs.org/:_authToken=${devtoolsbot_npm_token}" >> .npmrc
508
+ echo "//registry.npmjs.org/:_authToken=${devtoolsbot_npm_token}" > .npmrc
510
509
npm --unsafe-perm=true run bootstrap-ci -- --ignore-prepublish
511
510
npm run evergreen-release publish
512
511
}
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ if [ `uname` = Linux ]; then
39
39
export npm_config_unsafe_perm=true
40
40
fi
41
41
42
+ export npm_config_registry=https://registry.npmjs.org/
43
+
42
44
echo " Full path:"
43
45
echo $PATH
44
46
You can’t perform that action at this time.
0 commit comments