diff --git a/package.json b/package.json index d092e3544..78bbcfb86 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "full-publish": "cd prebuilds/win32-x64 && npm publish --access public && cd ../darwin-x64 && npm publish --access public && cd ../darwin-arm64 && npm publish --access public && cd ../linux-x64 && npm publish --access public && cd ../linux-arm64 && npm publish --access public && cd ../linux-arm && npm publish --access public && cd ../.. && npm publish && node util/remove-optional-deps.cjs", "recompile": "node-gyp clean && node-gyp configure && node-gyp build", "recompile-v1": "node-gyp clean && set LMDB_DATA_V1=true&& node-gyp configure && set LMDB_DATA_V1=true&& node-gyp build", - "test": "mocha test/**.test.js --expose-gc --recursive && npm run test:types", + "test": "mocha test/**.test.js --expose-gc --recursive", "deno-test": "deno run --allow-ffi --allow-write --allow-read --allow-env --allow-net --unstable test/deno.ts", "test2": "mocha test/performance.js -u tdd", "test:types": "tsd",