Skip to content

Commit 9b47d2e

Browse files
committed
Disable runtime downloads, prefer global downloads.
1 parent 1bdcf86 commit 9b47d2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/node-integration-tests/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
},
3030
"config": {
3131
"mongodbMemoryServer": {
32-
"downloadDir": "./node_modules/mongodb-memory-server"
32+
"preferGlobalPath": true,
33+
"runtimeDownload": false
3334
}
3435
}
3536
}

0 commit comments

Comments
 (0)