build(Makefile): start-database for test
This commit is contained in:
parent
190836520b
commit
b5b8567074
2
Makefile
2
Makefile
@ -112,7 +112,7 @@ lint: lint-frontend lint-backend;
|
|||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
# HELP: test frontend, backend, and check internationalization
|
# HELP: test frontend, backend, and check internationalization
|
||||||
test: test-frontend test-backend i18n-check;
|
test: start-database test-frontend test-backend i18n-check;
|
||||||
|
|
||||||
##### UNIFIED FRONTEND/BACKEND TARGETS #####
|
##### UNIFIED FRONTEND/BACKEND TARGETS #####
|
||||||
############################################
|
############################################
|
||||||
|
|||||||
Reference in New Issue
Block a user