Skip to content

Commit ac8a0f0

Browse files
committed
chore: revert updating Lerna packages config
1 parent 1abfba5 commit ac8a0f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lerna.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"lerna": "3.0.0-rc.0",
3+
"packages": [
4+
"packages/*"
5+
],
36
"version": "independent",
47
"command": {
58
"init": {
@@ -20,8 +23,5 @@
2023
},
2124
"npmClientArgs": [
2225
"--registry=https://registry.npmjs.org/"
23-
],
24-
"packages": [
25-
"packages/*"
2626
]
2727
}

0 commit comments

Comments
 (0)