Skip to content

Commit

Permalink
chore: fix windows build of aws-sdk package (open-telemetry#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flarna authored Feb 22, 2022
1 parent 40608b1 commit 760c4d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"compile": "npm run version:update && tsc -p .",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"precompile": "tsc --version && lerna run version --scope $(npm pkg get name) --include-dependencies",
"precompile": "tsc --version && lerna run version --scope @opentelemetry/instrumentation-aws-sdk --include-dependencies",
"prewatch": "npm run precompile",
"prepare": "npm run compile",
"tdd": "npm run test -- --watch-extensions ts --watch",
Expand Down

0 comments on commit 760c4d4

Please sign in to comment.