Skip to content

Commit

Permalink
add convenience method for install and fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jun 3, 2024
1 parent aea19c6 commit b55e2fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test/release.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const REQUIRED_FILES = [
describe(`Release ${packFile}`, function () {
this.timeout(10000);

beforeEach(function() {
beforeEach(function () {
if (process.arch !== 'x64') {
this.skip();
}
Expand Down

0 comments on commit b55e2fb

Please sign in to comment.