Skip to content

Commit

Permalink
chore: run phpcs and phpcbf in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartui committed Jul 12, 2024
1 parent 061defc commit b4feb3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
}
},
"scripts": {
"phpcbf": "phpcbf",
"phpcs": "phpcs",
"phpcbf": "phpcbf --parallel=4",
"phpcs": "phpcs --parallel=4",
"phplint": "parallel-lint --exclude node_modules --exclude vendor --exclude dependencies .",
"phpstan": "phpstan analyze --memory-limit=-1",
"generate-stubs": "generate-stubs --finder=compat/stub-finder.php --out=compat/stubs.php --force",
Expand Down

0 comments on commit b4feb3c

Please sign in to comment.