summaryrefslogtreecommitdiff
path: root/web-ui/package.json
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2015-03-13 13:07:05 -0300
committerBruno Wagner <bwgpro@gmail.com>2015-03-13 13:07:13 -0300
commit0637ba37d96238dc0d27904463b4ea28b7b51384 (patch)
tree3ae539730b3826be49d0d102200e68bb7e345445 /web-ui/package.json
parente247403003143da28e5a9fd94001312dce8db2d1 (diff)
Changed test and debug tasks, they shouldn't break the css anymore
Diffstat (limited to 'web-ui/package.json')
-rw-r--r--web-ui/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/package.json b/web-ui/package.json
index 4358ca5e..e0cae1f5 100644
--- a/web-ui/package.json
+++ b/web-ui/package.json
@@ -21,8 +21,8 @@
"watch": "^0.13.0"
},
"scripts": {
- "test": "npm run clean && npm run handlebars && node_modules/karma/bin/karma start --single-run --browsers PhantomJS $GRUNT_OPTS",
- "debug": "npm run clean && npm run handlebars && node_modules/karma/bin/karma start --browsers Chrome $GRUNT_OPTS",
+ "test": "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",
"handlebars": "mkdir -p app/js/generated/hbs/ && node_modules/handlebars/bin/handlebars app/templates/**/*.hbs > app/js/generated/hbs/templates.js --namespace=window.Pixelated --root .",