Skip to content

Commit

Permalink
Minor Fix (open-telemetry#76)
Browse files Browse the repository at this point in the history
* Minor fix

* Remove Codecov from empty packages
  • Loading branch information
mayurkale22 authored and dyladan committed Feb 18, 2021
1 parent 562e910 commit 8952fe4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/packages/opentelemetry-context-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"types": "build/src/index.d.ts",
"repository": "open-telemetry/opentelemetry-js",
"scripts": {
"test": "nyc ts-mocha -p ./tsconfig.json test/**/*.ts",
"test": "nyc ts-mocha -p tsconfig.json test/**/*.ts",
"tdd": "yarn test -- --watch-extensions ts --watch",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json",
"clean": "rimraf build/*",
"check": "gts check",
"compile": "tsc -p .",
Expand Down

0 comments on commit 8952fe4

Please sign in to comment.