fix Makefile
This commit is contained in:
parent
da07d142ac
commit
239c5d43a8
1 changed files with 2 additions and 0 deletions
2
Makefile
2
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue