Skip to content

Commit 6534379

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

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/mongodb-log-writer/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongodb-log-writer",
33
"description": "A library for writing MongoDB logv2 messages",
4-
"version": "2.3.1",
4+
"version": "2.2.0",
55
"author": {
66
"name": "MongoDB Inc",
77
"email": "[email protected]"
@@ -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)