Skip to content

Commit 2479414

Browse files
committed
chore: revert cucumber instr changes
1 parent 0254c12 commit 2479414

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

plugins/node/instrumentation-cucumber/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "build/src/index.d.ts",
77
"repository": "open-telemetry/opentelemetry-js-contrib",
88
"scripts": {
9-
"test": "nyc --no-clean mocha 'test/**/*.test.ts'",
9+
"test": "nyc mocha 'test/**/*.test.ts'",
1010
"test-all-versions": "tav",
1111
"tdd": "npm run test -- --watch-extensions ts --watch",
1212
"clean": "rimraf build/*",
@@ -16,8 +16,7 @@
1616
"prepublishOnly": "npm run compile",
1717
"version:update": "node ../../../scripts/version-update.js",
1818
"setup:dev": "nx run-many -t compile -p @opentelemetry/instrumentation-cucumber",
19-
"compile": "tsc -p .",
20-
"coverage:merge": "nyc merge .nyc_output coverage/coverage-final.json"
19+
"compile": "tsc -p ."
2120
},
2221
"keywords": [
2322
"cucumber",

0 commit comments

Comments
 (0)