File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 7
7
"types" : " build/src/index.d.ts" ,
8
8
"repository" : " open-telemetry/opentelemetry-js-contrib" ,
9
9
"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" ,
11
11
"prewatch" : " npm run precompile" ,
12
12
"compile" : " tsc --build tsconfig.json tsconfig.esm.json" ,
13
13
"clean" : " tsc --build --clean tsconfig.json tsconfig.esm.json" ,
14
14
"test" : " nyc ts-mocha -p tsconfig.json test/**/*.test.ts" ,
15
15
"test:browser" : " nyc karma start --single-run" ,
16
16
"lint" : " eslint . --ext .ts" ,
17
17
"lint:fix" : " eslint . --ext .ts --fix" ,
18
- "version" : " node ../../scripts/version-update.js" ,
19
18
"watch" : " tsc --build --watch tsconfig.json tsconfig.esm.json" ,
20
19
"prepare" : " npm run compile"
21
20
},
You can’t perform that action at this time.
0 commit comments