Skip to content

Commit adf9368

Browse files
committed
chore(ci): define test-ci script
1 parent 447705f commit adf9368

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mongodb-log-writer/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"lint": "eslint src/**/*.ts",
5757
"test-only": "nyc mocha --colors -r ts-node/register src/**.spec.ts",
5858
"test": "npm run lint && npm run build && npm run test-only",
59+
"test-ci": "npm run test",
5960
"build": "npm run compile-ts && gen-esm-wrapper . ./.esm-wrapper.mjs",
6061
"prepack": "npm run build",
6162
"compile-ts": "tsc -p tsconfig.json"

0 commit comments

Comments
 (0)