Skip to content

Commit b353b9e

Browse files
authored
fix: rename lerna's --include-filtered-dependencies option (#817)
* fix: `--include-filtered-dependencies` -> `--include-dependencies` lerna/lerna@f2c3a92 * fix: remove deprecated lerna field from lerna.json
1 parent dae8496 commit b353b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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-filtered-dependencies",
10+
"precompile": "tsc --version && lerna run version --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",

0 commit comments

Comments
 (0)