Skip to content

Commit 0309155

Browse files
authored
chore: remove windows-incompatibility from script (#681)
1 parent 8174a0e commit 0309155

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 $(npm pkg get name) --include-filtered-dependencies",
10+
"precompile": "tsc --version && lerna run version --scope @opentelemetry/propagator-aws-xray --include-filtered-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)