Skip to content

Commit

Permalink
fix(mongodb-log-writer): add correct CI scripts for the log writer
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Feb 11, 2025
1 parent dc2f5db commit f23d340
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/mongodb-log-writer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit f23d340

Please sign in to comment.