Skip to content

Commit 4d18ba6

Browse files
committed
chore: allow publish on v4 branch
1 parent 314fce1 commit 4d18ba6

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

lerna.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
{
22
"useWorkspaces": true,
33
"npmClient": "yarn",
4-
"packages": [
5-
"packages/*"
6-
],
4+
"packages": ["packages/*"],
75
"version": "4.5.2",
86
"command": {
97
"publish": {
10-
"allowBranch": [
11-
"master",
12-
"canary/*"
13-
]
8+
"allowBranch": ["master", "v4", "canary/*"]
149
}
1510
}
1611
}

0 commit comments

Comments
 (0)