Make sure ui deps are built for jshint

This commit is contained in:
Shane McDonald 2017-03-09 19:06:13 -05:00
parent 53ef8072b8
commit 87e6d12abb

View File

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