Skip to content

Commit

Permalink
Add a required dependency to makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
discodavey committed Jan 22, 2025
1 parent 12ce3fc commit ff1fd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import-all:
docker compose exec app bin/console queue:import all

.PHONY: update-api-sdk
update-api-sdk:
update-api-sdk: config.php
docker compose run --no-deps setup composer install
docker compose run --no-deps setup composer update 'elife/api' 'elife/api-sdk' --no-suggest --no-interaction

Expand Down

0 comments on commit ff1fd35

Please sign in to comment.