We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4b387 commit 4f43369Copy full SHA for 4f43369
.evergreen/evergreen.yml.in
@@ -917,7 +917,6 @@ functions:
917
{
918
export NODE_JS_VERSION=${node_js_version}
919
source .evergreen/setup-env.sh
920
- npm run evergreen-release bump
921
git add .
922
git commit --no-allow-empty -m "chore(release): bump to prepare for mongosh release"
923
npm run evergreen-release draft
.evergreen/install-npm-deps.sh
@@ -31,5 +31,7 @@ npm run mark-ci-required-optional-dependencies
31
# along with its types, but npm wouldn't try and compile the addon
32
(npm ci && test -e node_modules/mongodb-client-encryption) || npm ci --ignore-scripts
33
34
+npm run evergreen-release bump
35
+
36
echo "npm packages after installation"
37
npm ls || true
0 commit comments