Skip to content

Commit

Permalink
chore: use drivers-tools init-env script
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Sep 20, 2024
1 parent b79aec5 commit 24d7077
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
21 changes: 0 additions & 21 deletions .evergreen/init-node-and-npm-env.sh

This file was deleted.

2 changes: 1 addition & 1 deletion .evergreen/run-prebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -o errexit # Exit the script with error if any of the commands fail
set -o xtrace

source "${PROJECT_DIRECTORY}/.evergreen/init-node-and-npm-env.sh"
source ./.drivers-tools/.evergreen/init-node-and-npm-env.sh

# mongodbtoolchain is necessary for building on Windows
export PATH="/opt/mongodbtoolchain/v2/bin:$PATH"
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -o errexit # Exit the script with error if any of the commands fail
set -o xtrace

source "${PROJECT_DIRECTORY}/.evergreen/init-node-and-npm-env.sh"
source ./.drivers-tools/.evergreen/init-node-and-npm-env.sh

npm run check:lint
npm test

0 comments on commit 24d7077

Please sign in to comment.