fix Makefile
This commit is contained in:
parent
da07d142ac
commit
239c5d43a8
2
Makefile
2
Makefile
@ -27,7 +27,9 @@ compile_pot:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
bash tests/bin/install.sh wc_retailcrm_test root '' localhost $(WP_VERSION)
|
bash tests/bin/install.sh wc_retailcrm_test root '' localhost $(WP_VERSION)
|
||||||
|
ifeq ($(USE_COMPOSER),1)
|
||||||
composer install
|
composer install
|
||||||
|
endif
|
||||||
|
|
||||||
tests: install
|
tests: install
|
||||||
ifeq ($(USE_COMPOSER),1)
|
ifeq ($(USE_COMPOSER),1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user