From 4883876dc57557eb6aa91e326187796b1f81c4af Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Wed, 1 Nov 2017 13:01:24 -0400 Subject: [PATCH] run both unit test suites and linting tasks --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 4269eed2ca..4b3ba48fb8 100644 --- a/Makefile +++ b/Makefile @@ -495,12 +495,14 @@ ui: clean-ui ui-devel ui-test-ci: $(UI_DEPS_FLAG_FILE) $(NPM_BIN) --prefix awx/ui run test:ci + $(NPM_BIN) --prefix awx/ui run unit testjs_ci: echo "Update UI unittests later" #ui-test-ci jshint: $(UI_DEPS_FLAG_FILE) $(NPM_BIN) run --prefix awx/ui jshint + $(NPM_BIN) run --prefix awx/ui lint # END UI TASKS # --------------------------------------