Skip to content

Commit b879cb5

Browse files
authored
feat(NODE-4721): add aws-sdk as optional dependency (#3446)
1 parent 5f37cb6 commit b879cb5

File tree

9 files changed

+8606
-5630
lines changed

9 files changed

+8606
-5630
lines changed

.evergreen/config.in.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ functions:
351351
working_dir: "src"
352352
script: |
353353
${PREPARE_SHELL}
354-
NODE_LTS_NAME=${NODE_LTS_NAME} MSVS_VERSION=${MSVS_VERSION} \
354+
NODE_LTS_NAME=${NODE_LTS_NAME} MSVS_VERSION=${MSVS_VERSION} NPM_OPTIONS=${NPM_OPTIONS}\
355355
bash ${PROJECT_DIRECTORY}/.evergreen/install-dependencies.sh
356356
- command: expansions.update
357357
params:

0 commit comments

Comments
 (0)