Automatically run composer install
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
a47b07c5f0
commit
3be318a2c9
1 changed files with 5 additions and 0 deletions
|
@ -18,4 +18,9 @@ openapi-generator-cli generate \
|
|||
|
||||
echo ""
|
||||
|
||||
case "$GENERATOR" in
|
||||
php)
|
||||
(cd "$OUT" && composer install)
|
||||
;;
|
||||
esac
|
||||
tree "$OUT"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue