jshint given desired commands, although not working

This commit is contained in:
AlanCoding 2016-08-29 10:20:33 -04:00
parent c6c295ef32
commit 52dc28f7c5

View File

@ -490,8 +490,9 @@ ui-test-ci: ui-deps-built
testjs_ci:
echo "Update UI unittests later" #ui-test-ci
jshint:
echo "Remove this Makefile target when 3.0.x development is finished"
jshint: ui-deps-built
grunt --gruntfile awx/ui/Gruntfile.js jshint
# Depends on node 6.x and npm 3.x installed on Jenkins slave
ui-test-saucelabs: ui-deps-built
$(NPM_BIN) --prefix awx/ui run test:saucelabs