Skip to content

Commit fd9e1e2

Browse files
committed
chore: use yarn workspaces
1 parent 1f90ce2 commit fd9e1e2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

lerna.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"lerna": "3.13.4",
33
"npmClient": "yarn",
4+
"useWorkspaces": true,
45
"packages": [
56
"benchmark/*",
67
"packages/*",

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "opentelemetry-base",
3+
"private": true,
34
"version": "0.1.1",
45
"description": "OpenTelemetry is a distributed tracing and stats collection framework.",
56
"main": "build/src/index.js",
@@ -48,5 +49,9 @@
4849
"hooks": {
4950
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
5051
}
51-
}
52+
},
53+
"workspaces": [
54+
"packages/*",
55+
"packages/opentelemetry-plugin-postgres/*"
56+
]
5257
}

0 commit comments

Comments
 (0)