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 b6a93b4 commit bf3897dCopy full SHA for bf3897d
packages/mongodb-log-writer/package.json
@@ -58,7 +58,7 @@
58
"test": "npm run lint && npm run compile && npm run test-only",
59
"test-ci": "npm run test",
60
"compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./.esm-wrapper.mjs",
61
- "prepack": "npm run build",
+ "prepack": "npm run compile",
62
"bootstrap": "npm run compile"
63
},
64
"license": "Apache-2.0",
0 commit comments