Skip to content

Commit d374440

Browse files
committed
fix(mongodb-log-writer): update prepack to match new naming
1 parent b6a93b4 commit d374440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mongodb-log-writer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"test": "npm run lint && npm run compile && npm run test-only",
5959
"test-ci": "npm run test",
6060
"compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./.esm-wrapper.mjs",
61-
"prepack": "npm run build",
61+
"prepack": "npm run compile",
6262
"bootstrap": "npm run compile"
6363
},
6464
"license": "Apache-2.0",

0 commit comments

Comments
 (0)