Skip to content

Commit b55e2fb

Browse files
add convenience method for install and fix lint
1 parent aea19c6 commit b55e2fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"lib": "lib"
1717
},
1818
"scripts": {
19+
"install:libmongocrypt": "node .github/scripts/libmongocrypt.mjs",
1920
"install": "prebuild-install --runtime napi || node-gyp rebuild",
2021
"clang-format": "clang-format --style=file:.clang-format --Werror -i addon/*",
2122
"check:eslint": "eslint src test",

test/release.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const REQUIRED_FILES = [
2424
describe(`Release ${packFile}`, function () {
2525
this.timeout(10000);
2626

27-
beforeEach(function() {
27+
beforeEach(function () {
2828
if (process.arch !== 'x64') {
2929
this.skip();
3030
}

0 commit comments

Comments
 (0)