Skip to content

Commit 0e0dd0f

Browse files
authored
install all vendor-bin composer bins
Signed-off-by: GitHub <[email protected]>
1 parent 7403434 commit 0e0dd0f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
}
1313
},
1414
"scripts": {
15-
"post-install-cmd": [
16-
"@composer bin psalm install --ansi",
17-
"@composer bin cs-fixer install --ansi"
18-
],
15+
"post-install-cmd": "@composer bin all install --ansi",
1916
"bin": "echo 'bin not installed'",
2017
"cs:fix": "php-cs-fixer fix",
2118
"cs:check": "php-cs-fixer fix --dry-run --diff",

0 commit comments

Comments
 (0)