Skip to content

Commit

Permalink
install all vendor-bin composer bins
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
Chartman123 authored Oct 22, 2024
1 parent 7403434 commit 0e0dd0f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
}
},
"scripts": {
"post-install-cmd": [
"@composer bin psalm install --ansi",
"@composer bin cs-fixer install --ansi"
],
"post-install-cmd": "@composer bin all install --ansi",
"bin": "echo 'bin not installed'",
"cs:fix": "php-cs-fixer fix",
"cs:check": "php-cs-fixer fix --dry-run --diff",
Expand Down

0 comments on commit 0e0dd0f

Please sign in to comment.