Skip to content

Commit

Permalink
chore: use yarn workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Nov 8, 2019
1 parent 1f90ce2 commit fd9e1e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"lerna": "3.13.4",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
"benchmark/*",
"packages/*",
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "opentelemetry-base",
"private": true,
"version": "0.1.1",
"description": "OpenTelemetry is a distributed tracing and stats collection framework.",
"main": "build/src/index.js",
Expand Down Expand Up @@ -48,5 +49,9 @@
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
},
"workspaces": [
"packages/*",
"packages/opentelemetry-plugin-postgres/*"
]
}

0 comments on commit fd9e1e2

Please sign in to comment.