diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | test/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 595ed3e12..d7e8d953e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ dist *.log *.out.js *.out.refresh.js -/package-lock.json +**/package-lock.json build *.wat zig-out diff --git a/test/package.json b/test/package.json index f3ef067bd..c2caf7653 100644 --- a/test/package.json +++ b/test/package.json @@ -21,6 +21,6 @@ "private": true, "scripts": { "typecheck": "tsc --noEmit", - "postinstall": "cd node_modules/bktree-fast && bun x node-gyp configure build" + "postinstall": "cd node_modules/bktree-fast && npx node-gyp configure build" } } |