diff --git a/.evergreen.yml b/.evergreen.yml index 681b0d0355..038f4a853c 100644 --- a/.evergreen.yml +++ b/.evergreen.yml @@ -367,6 +367,7 @@ functions: export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true" echo "registry=https://registry.npmjs.org/" > .npmrc echo "//registry.npmjs.org/:_authToken=${devtoolsbot_npm_token}" >> .npmrc + npm --unsafe-perm=true run bootstrap-ci npm run evergreen-release publish }