We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5b5d4 commit fc9a406Copy full SHA for fc9a406
.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