Skip to content

Commit 2ef6c10

Browse files
authored
chore: install kerberos as dev dependency (#4601)
1 parent acd8625 commit 2ef6c10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/run-kerberos-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export MONGODB_URI="mongodb://${USER}@${SASL_HOST}/${GSSAPI_DB}?authMechanism=GS
2828

2929
set -o xtrace
3030

31-
npm i kerberos
31+
npm i -D kerberos
3232
npm run check:kerberos
3333

3434
set +o xtrace

test/action/dependency.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ describe('package.json', function () {
9191

9292
context(`when ${depName} is installed`, () => {
9393
beforeEach(async function () {
94-
execSync(`npm install --no-save "${depName}"@"${depMajor}"`);
94+
execSync(`npm install --no-save -D "${depName}"@"${depMajor}"`);
9595
});
9696

9797
it(`driver is importable`, () => {

0 commit comments

Comments
 (0)