Skip to content

Commit d81f005

Browse files
dyladanFlarna
andauthored
chore: remove unnecessary version:update scripts and don't check in fastify version.ts (#930)
Co-authored-by: Gerhard Stöbich <[email protected]>
1 parent 639d98f commit d81f005

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77
"types": "build/src/index.d.ts",
88
"repository": "open-telemetry/opentelemetry-js-contrib",
99
"scripts": {
10-
"precompile": "tsc --version && lerna run version --scope @opentelemetry/propagator-aws-xray --include-dependencies",
10+
"precompile": "tsc --version && lerna run version:update --scope @opentelemetry/propagator-aws-xray --include-dependencies",
1111
"prewatch": "npm run precompile",
1212
"compile": "tsc --build tsconfig.json tsconfig.esm.json",
1313
"clean": "tsc --build --clean tsconfig.json tsconfig.esm.json",
1414
"test": "nyc ts-mocha -p tsconfig.json test/**/*.test.ts",
1515
"test:browser": "nyc karma start --single-run",
1616
"lint": "eslint . --ext .ts",
1717
"lint:fix": "eslint . --ext .ts --fix",
18-
"version": "node ../../scripts/version-update.js",
1918
"watch": "tsc --build --watch tsconfig.json tsconfig.esm.json",
2019
"prepare": "npm run compile"
2120
},

0 commit comments

Comments
 (0)