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 447705f commit adf9368Copy full SHA for adf9368
packages/mongodb-log-writer/package.json
@@ -56,6 +56,7 @@
56
"lint": "eslint src/**/*.ts",
57
"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
+ "test-ci": "npm run test",
60
"build": "npm run compile-ts && gen-esm-wrapper . ./.esm-wrapper.mjs",
61
"prepack": "npm run build",
62
"compile-ts": "tsc -p tsconfig.json"
0 commit comments