diff --git a/composer.json b/composer.json index 4e09d2a..36a7047 100644 --- a/composer.json +++ b/composer.json @@ -64,5 +64,13 @@ "[web-root]/private/scripts/deploy_after.php": "assets/misc/deploy_after.php" } } + }, + "scripts": { + "post-install-cmd": [ + "find .lando/ .github/scripts/ -type f -name '*.sh' | xargs --no-run-if-empty chmod a+x" + ], + "post-update-cmd": [ + "find .lando/ .github/scripts/ -type f -name '*.sh' | xargs --no-run-if-empty chmod a+x" + ] } }