Skip to content

Commit d0f0d28

Browse files
committed
parallel pint
1 parent 8f40220 commit d0f0d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"orchestra/testbench": "^9.5 || ^10.0"
2929
},
3030
"scripts": {
31-
"lint": ["@php vendor/bin/pint"],
31+
"lint": ["@php vendor/bin/pint --parallel"],
3232
"tests": ["@php vendor/bin/phpunit"],
3333
"tests:unit": ["@php vendor/bin/phpunit --testsuite=unit"],
3434
"tests:integration": ["@php vendor/bin/phpunit --testsuite=integration"]

0 commit comments

Comments
 (0)