Automatically run composer install

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-09-24 17:49:28 +01:00
parent a47b07c5f0
commit 3be318a2c9

View file

@ -18,4 +18,9 @@ openapi-generator-cli generate \
echo ""
case "$GENERATOR" in
php)
(cd "$OUT" && composer install)
;;
esac
tree "$OUT"