From 053ecd1093e025c1e3ac62a7f7ec12bd884b91e2 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 2d155223c0..c3511d5dbf 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)