From 239c5d43a8dc26e8e9c0cf3d28ae82b1435636ec Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Tue, 25 Feb 2020 14:26:27 +0300 Subject: [PATCH] fix Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 66eedd6..3097329 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,9 @@ compile_pot: install: bash tests/bin/install.sh wc_retailcrm_test root '' localhost $(WP_VERSION) +ifeq ($(USE_COMPOSER),1) composer install +endif tests: install ifeq ($(USE_COMPOSER),1)