Skip to content

Commit e4b1491

Browse files
committed
fixup! fixup! fixup! fixup! chore: Move psalm to vendor-bin
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 54a84f8 commit e4b1491

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
}
2424
},
2525
"scripts": {
26+
"post-install-cmd": [
27+
"[ $COMPOSER_DEV_MODE -eq 0 ] || composer bin all install --ansi"
28+
],
29+
"post-update-cmd": [
30+
"[ $COMPOSER_DEV_MODE -eq 0 ] || composer bin all update --ansi"
31+
],
2632
"cs:fix": "php-cs-fixer fix",
2733
"cs:check": "php-cs-fixer fix --dry-run --diff",
2834
"psalm": "psalm",

0 commit comments

Comments
 (0)