new target to make the UI

This commit is contained in:
AlanCoding 2017-07-07 11:37:51 -04:00
parent 463ef9d4b0
commit 592df0c8e2

View File

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