Skip to content

Commit 50908cd

Browse files
committed
Add examples to lerna config so it can manage those too.
1 parent 74f3aa5 commit 50908cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"npmClient": "yarn",
3-
"packages": ["packages/*"],
3+
"packages": ["examples/*", "packages/*"],
44
"useWorkspaces": true,
55
"version": "independent"
66
}

0 commit comments

Comments
 (0)