diff --git a/packages/mongodb-log-writer/package.json b/packages/mongodb-log-writer/package.json index c6864578..145f0a65 100644 --- a/packages/mongodb-log-writer/package.json +++ b/packages/mongodb-log-writer/package.json @@ -55,10 +55,11 @@ "scripts": { "lint": "eslint src/**/*.ts", "test-only": "nyc mocha --colors -r ts-node/register src/**.spec.ts", - "test": "npm run lint && npm run build && npm run test-only", - "build": "npm run compile-ts && gen-esm-wrapper . ./.esm-wrapper.mjs", + "test": "npm run lint && npm run compile && npm run test-only", + "test-ci": "npm run test", + "compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./.esm-wrapper.mjs", "prepack": "npm run build", - "compile-ts": "tsc -p tsconfig.json" + "bootstrap": "npm run compile" }, "license": "Apache-2.0", "dependencies": {