From 592df0c8e2742781fc70c0942c0091965107368b Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Fri, 7 Jul 2017 11:37:51 -0400 Subject: [PATCH] new target to make the UI --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 4c38212b23..13645bee09 100644 --- a/Makefile +++ b/Makefile @@ -631,6 +631,9 @@ $(UI_RELEASE_FLAG_FILE): languages $(UI_DEPS_FLAG_FILE) ui-test: $(UI_DEPS_FLAG_FILE) $(NPM_BIN) --prefix awx/ui run test +# A standard go-to target for API developers to use building the frontend +ui: clean-ui ui-devel + ui-test-ci: $(UI_DEPS_FLAG_FILE) $(NPM_BIN) --prefix awx/ui run test:ci