From 87e6d12abb2517847aee9eb290680ee5c1363545 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Thu, 9 Mar 2017 19:06:13 -0500 Subject: [PATCH] Make sure ui deps are built for jshint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a008488e88..0d6aaae3db 100644 --- a/Makefile +++ b/Makefile @@ -609,7 +609,7 @@ ui-test-ci: $(UI_DEPS_FLAG_FILE) testjs_ci: echo "Update UI unittests later" #ui-test-ci -jshint: +jshint: $(UI_DEPS_FLAG_FILE) $(NPM_BIN) run --prefix awx/ui jshint ui-test-saucelabs: $(UI_DEPS_FLAG_FILE)