mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
jshint given desired commands, although not working
This commit is contained in:
5
Makefile
5
Makefile
@@ -490,8 +490,9 @@ ui-test-ci: ui-deps-built
|
|||||||
testjs_ci:
|
testjs_ci:
|
||||||
echo "Update UI unittests later" #ui-test-ci
|
echo "Update UI unittests later" #ui-test-ci
|
||||||
|
|
||||||
jshint:
|
jshint: ui-deps-built
|
||||||
echo "Remove this Makefile target when 3.0.x development is finished"
|
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
|
ui-test-saucelabs: ui-deps-built
|
||||||
$(NPM_BIN) --prefix awx/ui run test:saucelabs
|
$(NPM_BIN) --prefix awx/ui run test:saucelabs
|
||||||
|
|||||||
Reference in New Issue
Block a user