Skip to content

Commit

Permalink
Disable runtime downloads, prefer global downloads.
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Apr 13, 2022
1 parent 72060b2 commit fcbdc6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/node-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
},
"config": {
"mongodbMemoryServer": {
"downloadDir": "./node_modules/mongodb-memory-server"
"preferGlobalPath": true,
"runtimeDownload": false
}
}
}

0 comments on commit fcbdc6c

Please sign in to comment.