1
0
mirror of synced 2025-02-20 17:03:13 +03:00

fix Makefile

This commit is contained in:
Akolzin Dmitry 2020-02-25 14:26:27 +03:00
parent da07d142ac
commit 239c5d43a8

View File

@ -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)