From 0637ba37d96238dc0d27904463b4ea28b7b51384 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Fri, 13 Mar 2015 13:07:05 -0300 Subject: Changed test and debug tasks, they shouldn't break the css anymore --- web-ui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web-ui/package.json') 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 .", -- cgit v1.2.3