summaryrefslogtreecommitdiff
path: root/web-ui/package.json
diff options
context:
space:
mode:
authorAlexandre Pretto Nunes <anunes@thoughtworks.com>2015-01-06 16:15:11 -0200
committerAlexandre Pretto Nunes <anunes@thoughtworks.com>2015-01-06 16:27:27 -0200
commit45c4d0b4ccfe8619438d3e9752624b639feaea3d (patch)
treea05033cf209bd3eb6ce99e330711b291c6f6cd13 /web-ui/package.json
parent7ab9f9423004adf1df9cc1be1b2a5ae7eade4a95 (diff)
Add script for debugging JS tests
Diffstat (limited to 'web-ui/package.json')
-rw-r--r--web-ui/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/package.json b/web-ui/package.json
index 4f18251f..f32794e2 100644
--- a/web-ui/package.json
+++ b/web-ui/package.json
@@ -20,6 +20,7 @@
},
"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",
"watch-test": "node_modules/karma/bin/karma start",
"handlebars": "mkdir -p app/js/generated/hbs/ && handlebars app/templates/**/*.hbs > app/js/generated/hbs/templates.js --namespace=window.Pixelated --root .",
"compass": "compass compile",