Skip to content

Commit ba0b935

Browse files
committed
build: try and fix build error
1 parent 9c9c9a6 commit ba0b935

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@
6969
"commitlint": {
7070
"extends": [
7171
"@commitlint/config-conventional"
72-
]
72+
],
73+
"rules": {
74+
"body-max-line-length": [2, "always", 400]
75+
}
7376
},
7477
"config": {
7578
"commitizen": {

0 commit comments

Comments
 (0)