Skip to content

Commit f23d340

Browse files
committed
fix(mongodb-log-writer): add correct CI scripts for the log writer
1 parent dc2f5db commit f23d340

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/mongodb-log-writer/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,11 @@
5555
"scripts": {
5656
"lint": "eslint src/**/*.ts",
5757
"test-only": "nyc mocha --colors -r ts-node/register src/**.spec.ts",
58-
"test": "npm run lint && npm run build && npm run test-only",
59-
"build": "npm run compile-ts && gen-esm-wrapper . ./.esm-wrapper.mjs",
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",
6061
"prepack": "npm run build",
61-
"compile-ts": "tsc -p tsconfig.json"
62+
"bootstrap": "npm run compile"
6263
},
6364
"license": "Apache-2.0",
6465
"dependencies": {

0 commit comments

Comments
 (0)