Skip to content

Commit 520fb76

Browse files
committed
add type build
1 parent 1af7a8a commit 520fb76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
22
extends: ['@commitlint/config-conventional'],
3-
'type-enum': ['feat', 'fix', 'style', 'refactor', 'test', 'revert']
3+
'type-enum': ['feat', 'fix', 'style', 'refactor', 'test', 'revert', 'build']
44
}

0 commit comments

Comments
 (0)