Skip to content

Commit 9bd4a43

Browse files
authored
fix(build): ensure npm registry is explicitly set (#665)
1 parent fd4e7be commit 9bd4a43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,8 @@ functions:
295295
export NODE_JS_VERSION=${node_js_version}
296296
source .evergreen/.setup_env
297297
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true"
298-
echo "//registry.npmjs.org/:_authToken=${devtoolsbot_npm_token}" > .npmrc
298+
echo "registry=https://registry.npmjs.org/" > .npmrc
299+
echo "//registry.npmjs.org/:_authToken=${devtoolsbot_npm_token}" >> .npmrc
299300
npm run evergreen-release publish
300301
}
301302

0 commit comments

Comments
 (0)