Skip to content

Commit

Permalink
chore: remove the non-publishing packages from the npm workspace
Browse files Browse the repository at this point in the history
Because they cause difficulties with updating `@opentelemetry/*` dependencies.
This is "Option 3" from open-telemetry#1917

Refs: open-telemetry#1917
  • Loading branch information
trentm committed Feb 21, 2024
1 parent 038e0bf commit 7731200
Show file tree
Hide file tree
Showing 19 changed files with 431 additions and 2,493 deletions.
1 change: 1 addition & 0 deletions examples/bunyan/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2,919 changes: 429 additions & 2,490 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"precompile": "tsc --version && npm run version:update",
"version:update": "lerna run version:update",
"compile": "lerna run compile",
"compile:examples": "lerna run compile:examples",
"compile:examples": "lerna run compile:examples # XXX",
"prewatch": "npm run precompile",
"test": "lerna run test",
"test:ci:changed": "lerna run test --since origin/main",
Expand Down Expand Up @@ -71,9 +71,7 @@
"workspaces": [
"packages/*",
"plugins/node/*",
"plugins/node/*/examples",
"plugins/web/*",
"plugins/web/*/examples",
"propagators/*",
"detectors/node/*",
"metapackages/*"
Expand Down

0 comments on commit 7731200

Please sign in to comment.