diff --git a/package.json b/package.json index 090045a..b7dc921 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "lib": "lib" }, "scripts": { + "install:libmongocrypt": "node .github/scripts/libmongocrypt.mjs", "install": "prebuild-install --runtime napi || node-gyp rebuild", "clang-format": "clang-format --style=file:.clang-format --Werror -i addon/*", "check:eslint": "eslint src test", diff --git a/test/release.test.ts b/test/release.test.ts index a82c79b..c503c22 100644 --- a/test/release.test.ts +++ b/test/release.test.ts @@ -24,7 +24,7 @@ const REQUIRED_FILES = [ describe(`Release ${packFile}`, function () { this.timeout(10000); - beforeEach(function() { + beforeEach(function () { if (process.arch !== 'x64') { this.skip(); }