Skip to content

Commit

Permalink
chore: remove unnecessary version:update scripts and don't check in f…
Browse files Browse the repository at this point in the history
…astify version.ts (open-telemetry#930)

Co-authored-by: Gerhard Stöbich <deb2001-github@yahoo.de>
  • Loading branch information
dyladan and Flarna committed Mar 7, 2022
1 parent bdf26a6 commit 644cc9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
"types": "build/src/index.d.ts",
"repository": "open-telemetry/opentelemetry-js-contrib",
"scripts": {
"precompile": "tsc --version && lerna run version --scope @opentelemetry/propagator-aws-xray --include-dependencies",
"precompile": "tsc --version && lerna run version:update --scope @opentelemetry/propagator-aws-xray --include-dependencies",
"prewatch": "npm run precompile",
"compile": "tsc --build tsconfig.json tsconfig.esm.json",
"clean": "tsc --build --clean tsconfig.json tsconfig.esm.json",
"test": "nyc ts-mocha -p tsconfig.json test/**/*.test.ts",
"test:browser": "nyc karma start --single-run",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"version": "node ../../scripts/version-update.js",
"watch": "tsc --build --watch tsconfig.json tsconfig.esm.json",
"prepare": "npm run compile"
},
Expand Down

0 comments on commit 644cc9f

Please sign in to comment.