Skip to content

Commit fbb2223

Browse files
authored
fix(ci): add npm run bootstrap-ci to release_publish task (#876)
1 parent 51ffe4e commit fbb2223

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ functions:
367367
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true"
368368
echo "registry=https://registry.npmjs.org/" > .npmrc
369369
echo "//registry.npmjs.org/:_authToken=${devtoolsbot_npm_token}" >> .npmrc
370+
npm --unsafe-perm=true run bootstrap-ci
370371
npm run evergreen-release publish
371372
}
372373

0 commit comments

Comments
 (0)