summaryrefslogtreecommitdiff
path: root/web-ui/package.json
diff options
context:
space:
mode:
authorGiovane <giovaneliberato@gmail.com>2015-09-29 11:41:05 -0300
committerGiovane <giovaneliberato@gmail.com>2015-09-29 11:41:16 -0300
commit1946029d11775713a71e9b5b8daab5db13aad668 (patch)
tree2aed7641b9aeeba9d5714f295263bcc14f4a94fd /web-ui/package.json
parentbf1aa4578389b96e54345d08c231e689c516ab5a (diff)
#476 jshint as requirement to run js tests.
Diffstat (limited to 'web-ui/package.json')
-rw-r--r--web-ui/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/package.json b/web-ui/package.json
index 8e862c3e..f7c46a47 100644
--- a/web-ui/package.json
+++ b/web-ui/package.json
@@ -23,7 +23,7 @@
"watch": "0.14.0"
},
"scripts": {
- "test": "npm run build && node_modules/karma/bin/karma start --single-run --browsers PhantomJS $GRUNT_OPTS",
+ "test": "npm run jshint --silent && npm run build && node_modules/karma/bin/karma start --single-run --browsers PhantomJS $GRUNT_OPTS",
"debug": "npm run build && node_modules/karma/bin/karma start --browsers Chrome $GRUNT_OPTS",
"watch": "npm run compass-watch & npm run handlebars-watch",
"watch-test": "node_modules/karma/bin/karma start",