Skip to content

Commit ee3a9a0

Browse files
committed
feat(commit): added auto-formatting to commit command
1 parent 0c9a8bf commit ee3a9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"pint": "./vendor/bin/pint",
99
"style": "yarn pint -v --test",
1010
"style:fix": "yarn pint",
11-
"commit": "./node_modules/commitizen/bin/git-cz",
11+
"commit": "yarn style:fix && git add . && ./node_modules/commitizen/bin/git-cz",
1212
"cm": "yarn commit",
1313
"dev": "yarn development",
1414
"development": "mix",

0 commit comments

Comments
 (0)