Skip to content

Commit

Permalink
chore: use npm workspaces and a package-lock.json (open-telemetry#1771)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
  • Loading branch information
trentm and pichlermarc authored Nov 16, 2023
1 parent 8a0b53f commit 57ca245
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 @@ -16,7 +16,7 @@
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"watch": "tsc --build --watch tsconfig.json tsconfig.esm.json",
"prepare": "npm run compile"
"prepublishOnly": "npm run compile"
},
"keywords": [
"opentelemetry",
Expand Down

0 comments on commit 57ca245

Please sign in to comment.