There was an error while loading. Please reload this page.
1 parent 0c9a8bf commit ee3a9a0Copy full SHA for ee3a9a0
1 file changed
package.json
@@ -8,7 +8,7 @@
8
"pint": "./vendor/bin/pint",
9
"style": "yarn pint -v --test",
10
"style:fix": "yarn pint",
11
- "commit": "./node_modules/commitizen/bin/git-cz",
+ "commit": "yarn style:fix && git add . && ./node_modules/commitizen/bin/git-cz",
12
"cm": "yarn commit",
13
"dev": "yarn development",
14
"development": "mix",
0 commit comments