We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4e7be commit 9bd4a43Copy full SHA for 9bd4a43
.evergreen.yml
@@ -295,7 +295,8 @@ functions:
295
export NODE_JS_VERSION=${node_js_version}
296
source .evergreen/.setup_env
297
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true"
298
- echo "//registry.npmjs.org/:_authToken=${devtoolsbot_npm_token}" > .npmrc
+ echo "registry=https://registry.npmjs.org/" > .npmrc
299
+ echo "//registry.npmjs.org/:_authToken=${devtoolsbot_npm_token}" >> .npmrc
300
npm run evergreen-release publish
301
}
302
0 commit comments