We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f40220 commit d0f0d28Copy full SHA for d0f0d28
composer.json
@@ -28,7 +28,7 @@
28
"orchestra/testbench": "^9.5 || ^10.0"
29
},
30
"scripts": {
31
- "lint": ["@php vendor/bin/pint"],
+ "lint": ["@php vendor/bin/pint --parallel"],
32
"tests": ["@php vendor/bin/phpunit"],
33
"tests:unit": ["@php vendor/bin/phpunit --testsuite=unit"],
34
"tests:integration": ["@php vendor/bin/phpunit --testsuite=integration"]
0 commit comments