Skip to content

Commit

Permalink
fix(instr-tedious): drop unnecesary script
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna committed May 9, 2024
1 parent b64d203 commit 098b1af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/opentelemetry-test-utils/src/test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export const getPackageVersion = (packageName: string) => {
// Some packages are resolved to a subfolder because their "main" points to it.
// As a consequence the "package.json" path is wrong and we get a MODULE_NOT_FOUND
// error. We should walk up the folder structure to lookup for the file.
// `tedious` packages is an example
// `tedious` package is an example
// {
// "name: "tedious",
// "main: "lib/tedious.js",
Expand Down
1 change: 0 additions & 1 deletion plugins/node/instrumentation-tedious/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"types": "build/src/index.d.ts",
"repository": "open-telemetry/opentelemetry-js-contrib",
"scripts": {
"docker:start": "docker run -e ACCEPT_EULA=Y -e SA_PASSWORD=mssql_passw0rd -e MSSQL_PID=Developer --platform linux/amd64 --rm mcr.microsoft.com/mssql/server",
"clean": "rimraf build/*",
"compile": "tsc -p .",
"lint:fix": "eslint . --ext .ts --fix",
Expand Down

0 comments on commit 098b1af

Please sign in to comment.