Skip to content

Commit 48210ac

Browse files
committed
Enable QA settings
1 parent 2bcf056 commit 48210ac

File tree

19 files changed

+8429
-8315
lines changed

19 files changed

+8429
-8315
lines changed

Diff for: Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ setup-clients:
4545
generate-clients: setup-clients
4646
ls ./clients | xargs -I % $(MAKE) generate-client %
4747

48+
composer-update-clients:
49+
ls ./clients | xargs -I % $(DOCKER_RUN) bash -c 'composer update -W -d clients/%'
50+
4851
generate-client:
4952
$(DOCKER_RUN) php ./vendor/bin/openapi-client-generator ./clients/$(RUN_ARGS)/etc/openapi-generator-config.yaml
5053
$(DOCKER_RUN) bash -c 'cd clients/$(RUN_ARGS) && composer install -o --no-progress --no-ansi && (make cs-fix || true)'

0 commit comments

Comments
 (0)