Make sure ui deps are built for jshint

This commit is contained in:
Shane McDonald 2017-03-09 19:06:13 -05:00
parent 323e8ad8f0
commit 053ecd1093

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)