We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c566e3 commit 61967beCopy full SHA for 61967be
packages/mongodb-explain-compat/package.json
@@ -23,7 +23,7 @@
23
"lint": "eslint **/*.js",
24
"test": "npm run lint && npm run build && nyc mocha --colors test/*.js",
25
"build": "gen-esm-wrapper . ./.esm-wrapper.mjs",
26
- "prepack": "npm run build",
+ "prepare": "npm run build",
27
"test-ci": "npm run test",
28
"depcheck": "depcheck"
29
},
0 commit comments