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 dc2f5db commit f23d340Copy full SHA for f23d340
packages/mongodb-log-writer/package.json
@@ -55,10 +55,11 @@
55
"scripts": {
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
- "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",
60
+ "compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./.esm-wrapper.mjs",
61
"prepack": "npm run build",
- "compile-ts": "tsc -p tsconfig.json"
62
+ "bootstrap": "npm run compile"
63
},
64
"license": "Apache-2.0",
65
"dependencies": {
0 commit comments