Skip to content

Commit

Permalink
fix: remove ndoe codecov script for browser-only package
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Jan 30, 2024
1 parent c27e341 commit 31beec7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"types": "build/src/index.d.ts",
"repository": "open-telemetry/opentelemetry-js",
"scripts": {
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../../",
"codecov:browser": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../../",
"prepublishOnly": "npm run compile",
"compile": "tsc --build tsconfig.json tsconfig.esm.json tsconfig.esnext.json",
Expand Down

0 comments on commit 31beec7

Please sign in to comment.