1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Change start-dev to dev

This commit is contained in:
andsandv 2014-10-24 15:02:45 +02:00 committed by Ivar Conradi Østhus
parent 3a22828a2c
commit fff42805f4

View File

@ -18,7 +18,7 @@
"private": true,
"scripts": {
"start": "node server.js",
"start-dev": "NODE_ENV=local supervisor --ignore ./node_modules/,./public/js server.js",
"dev": "NODE_ENV=local supervisor --ignore ./node_modules/,./public/js server.js",
"test": "jshint server.js lib test && jsxhint public/js/*.jsx && mocha test test/*",
"test-travis": "jshint server.js lib test && jsxhint public/js/*.jsx && mocha test test/* && npm run cover",
"tdd": "mocha --watch test test/*",