Skip to content

Commit 715d2cf

Browse files
StolexiyDavid Ferlay
authored andcommitted
Move hirak/prestissimo install from "provision" to "back" to speedup prepare:back CI command.
1 parent d82a5f3 commit 715d2cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ endif
7474
## Install backend dependencies
7575
back:
7676
docker-compose up -d --remove-orphans php # PHP container is required for composer
77+
$(call php, composer global require -o --update-no-dev --no-suggest "hirak/prestissimo:^0.3")
7778
ifeq ($(INSTALL_DEV_DEPENDENCIES), TRUE)
7879
@echo "INSTALL_DEV_DEPENDENCIES=$(INSTALL_DEV_DEPENDENCIES)"
7980
@echo "Installing composer dependencies, including dev ones"

0 commit comments

Comments
 (0)