Skip to content

Commit 1ddb2bc

Browse files
committed
🐞 fix(type): fix commit type crash
1 parent 6214386 commit 1ddb2bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/commit-type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ let CommitType: Array<CommitType> = [
4848
icon:'🧪'
4949
},
5050
{
51-
label: ' build',
51+
label: 'build',
5252
detail: '依赖相关的内容',
5353
icon:'🔧'
5454
},

0 commit comments

Comments
 (0)