Skip to content

Commit

Permalink
chore: driver_tools init
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Sep 27, 2024
1 parent 43e2ac3 commit 9becdc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 ./.drivers-tools/.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 ./.drivers-tools/.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 9becdc8

Please sign in to comment.