Skip to content

Commit

Permalink
fix: rename lerna's --include-filtered-dependencies option (open-tele…
Browse files Browse the repository at this point in the history
…metry#817)

* fix: `--include-filtered-dependencies` -> `--include-dependencies`

lerna/lerna@f2c3a92

* fix: remove deprecated lerna field from lerna.json
  • Loading branch information
rauno56 authored Jan 4, 2022
1 parent 48e1cf7 commit 627d0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"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-filtered-dependencies",
"precompile": "tsc --version && lerna run version --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",
Expand Down

0 comments on commit 627d0da

Please sign in to comment.