Skip to content

Commit bd782c5

Browse files
committed
feat(laravel-pint): run style check in verbose mode
1 parent a0d8ebf commit bd782c5

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
@@ -6,7 +6,7 @@
66
"version": "1.23.0",
77
"scripts": {
88
"pint": "./vendor/bin/pint",
9-
"style": "yarn pint --test",
9+
"style": "yarn pint -v --test",
1010
"style:fix": "yarn pint",
1111
"commit": "./node_modules/commitizen/bin/git-cz",
1212
"cm": "yarn commit",

0 commit comments

Comments
 (0)