Skip to content

Commit 61967be

Browse files
committed
chore(mongodb-explain-compat): Change prepack to prepare
1 parent 4c566e3 commit 61967be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mongodb-explain-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lint": "eslint **/*.js",
2424
"test": "npm run lint && npm run build && nyc mocha --colors test/*.js",
2525
"build": "gen-esm-wrapper . ./.esm-wrapper.mjs",
26-
"prepack": "npm run build",
26+
"prepare": "npm run build",
2727
"test-ci": "npm run test",
2828
"depcheck": "depcheck"
2929
},

0 commit comments

Comments
 (0)