Skip to content

Commit dbea02f

Browse files
committed
chore: update lerna.json
1 parent 87af160 commit dbea02f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lerna.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
"npmClient": "npm",
55
"command": {
66
"publish": {
7-
"ignoreChanges": ["**/*.md"],
8-
"message": "chore(release): publish",
9-
"conventionalCommits": true,
10-
"exec": "npx commitlint --from $LERNA_PACKAGE_NAME"
7+
"ignoreChanges": ["**/*.md"],
8+
"message": "chore(release): publish",
9+
"conventionalCommits": true,
10+
"exec": "npx commitlint --from $LERNA_PACKAGE_NAME"
11+
}
1112
}
1213
}

0 commit comments

Comments
 (0)