Skip to content

Commit 36fd0a6

Browse files
committed
Only allow publish from master
1 parent 6ab0c46 commit 36fd0a6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lerna.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"packages": [
3-
"packages/*"
4-
],
2+
"packages": ["packages/*"],
53
"npmClient": "yarn",
64
"useWorkspaces": true,
75
"version": "independent",
8-
"ignoreChanges": [
9-
"**/*.md",
10-
"**/test/**"
11-
]
6+
"command": {
7+
"version": {
8+
"allowBranch": "master"
9+
}
10+
},
11+
"ignoreChanges": ["**/*.md", "**/test/**"]
1212
}

0 commit comments

Comments
 (0)