Skip to content

Commit 9854213

Browse files
ci(NODE-6359): actually run tests in CI (#202)
1 parent 28eada5 commit 9854213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ fi
104104
echo "npm location: $(which npm)"
105105
echo "npm version: $(npm -v)"
106106

107-
npm install "${NPM_OPTIONS}"
107+
npm install "${NPM_OPTIONS}" --build-from-source
108108
ldd build/*/kerberos.node || true

0 commit comments

Comments
 (0)