We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f90ce2 commit fd9e1e2Copy full SHA for fd9e1e2
lerna.json
@@ -1,6 +1,7 @@
1
{
2
"lerna": "3.13.4",
3
"npmClient": "yarn",
4
+ "useWorkspaces": true,
5
"packages": [
6
"benchmark/*",
7
"packages/*",
package.json
@@ -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",
@@ -48,5 +49,9 @@
48
49
"hooks": {
50
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
51
}
- }
52
+ },
53
+ "workspaces": [
54
+ "packages/*",
55
+ "packages/opentelemetry-plugin-postgres/*"
56
+ ]
57
0 commit comments