Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .evergreen/evergreen.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,7 @@ functions:
export NODE_JS_VERSION=${node_js_version}
source .evergreen/setup-env.sh
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true"
echo "registry=https://registry.npmjs.org/" > .npmrc
echo "//registry.npmjs.org/:_authToken=${devtoolsbot_npm_token}" >> .npmrc
echo "//registry.npmjs.org/:_authToken=${devtoolsbot_npm_token}" > .npmrc
npm --unsafe-perm=true run bootstrap-ci -- --ignore-prepublish
npm run evergreen-release publish
}
Expand Down
2 changes: 2 additions & 0 deletions .evergreen/setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ if [ `uname` = Linux ]; then
export npm_config_unsafe_perm=true
fi

export npm_config_registry=https://registry.npmjs.org/

echo "Full path:"
echo $PATH

Expand Down