Skip to content

Commit

Permalink
core(otlp-tranformer): also clean up version invocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Jun 12, 2023
1 parent f468b8b commit 74511a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions experimental/packages/otlp-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"repository": "open-telemetry/opentelemetry-js",
"scripts": {
"prepublishOnly": "npm run compile",
"precompile": "cross-var lerna run version --scope $npm_package_name --include-dependencies",
"precompile": "npm run version",
"compile": "tsc --build tsconfig.json tsconfig.esm.json tsconfig.esnext.json",
"clean": "tsc --build --clean tsconfig.json tsconfig.esm.json tsconfig.esnext.json",
"lint": "eslint . --ext .ts",
Expand Down Expand Up @@ -63,7 +63,6 @@
"@types/mocha": "10.0.1",
"@types/webpack-env": "1.16.3",
"codecov": "3.8.3",
"cross-var": "1.1.0",
"istanbul-instrumenter-loader": "3.0.1",
"karma": "6.3.16",
"karma-chrome-launcher": "3.1.0",
Expand Down

0 comments on commit 74511a4

Please sign in to comment.