Skip to content

Commit b60f86b

Browse files
committed
perf(build): lerna config change
add branch 'bug-fix' to lerna allowBranch
1 parent 791121a commit b60f86b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

lerna.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,8 @@
77
"conventionalCommits": false,
88
"gitTagVersion": false,
99
"gitReset": false,
10-
"allowBranch": ["master"],
11-
"ignoreChanges": [
12-
"**/CHANGELOG.md",
13-
"**/node_modules/**",
14-
"**/package.json",
15-
"**/*.md",
16-
"**/test/**"
17-
],
10+
"allowBranch": ["master", "bug-fix"],
11+
"ignoreChanges": ["**/CHANGELOG.md", "**/node_modules/**", "**/package.json", "**/*.md", "**/test/**"],
1812
"message": "chore(release): publish"
1913
}
2014
},

0 commit comments

Comments
 (0)