Skip to content

Commit bf3897d

Browse files
authored
fix(mongodb-log-writer): update prepack to match new naming (#511)
prepack was not updated to match the new compile naming and was causing errors when publishing
1 parent b6a93b4 commit bf3897d

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)