Skip to content

Commit 92efcb2

Browse files
committed
chore: fix lerna
1 parent 205bea7 commit 92efcb2

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages": ["configs/*", "packages/*", "scripts/docker"],
2+
"packages": ["configs/*", "packages/*", "scripts/docker", "testing"],
33
"version": "independent"
44
}

package-lock.json

Lines changed: 1 addition & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@
133133
"scripts/docker",
134134
"packages/async-rewriter2",
135135
"packages/build",
136-
"testing",
137136
"packages/errors",
138137
"packages/history",
139138
"packages/java-shell",
@@ -142,6 +141,7 @@
142141
"packages/i18n",
143142
"packages/logging",
144143
"packages/shell-bson",
144+
"testing",
145145
"packages/arg-parser",
146146
"packages/service-provider-core",
147147
"packages/e2e-tests",

0 commit comments

Comments
 (0)