Skip to content

Commit 4f43369

Browse files
committed
use bump in install script
1 parent 9c4b387 commit 4f43369

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.evergreen/evergreen.yml.in

-1
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,6 @@ functions:
917917
{
918918
export NODE_JS_VERSION=${node_js_version}
919919
source .evergreen/setup-env.sh
920-
npm run evergreen-release bump
921920
git add .
922921
git commit --no-allow-empty -m "chore(release): bump to prepare for mongosh release"
923922
npm run evergreen-release draft

.evergreen/install-npm-deps.sh

+2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@ npm run mark-ci-required-optional-dependencies
3131
# along with its types, but npm wouldn't try and compile the addon
3232
(npm ci && test -e node_modules/mongodb-client-encryption) || npm ci --ignore-scripts
3333

34+
npm run evergreen-release bump
35+
3436
echo "npm packages after installation"
3537
npm ls || true

0 commit comments

Comments
 (0)