Skip to content

Commit d62b786

Browse files
committed
dev bin
1 parent ced0c49 commit d62b786

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
},
3131
"scripts": {
3232
"start": "node ./bin/www",
33+
"dev": "supervisor ./bin/www",
3334
"test": "make test",
3435
"test-win": "mocha test/api/init test/api/users test/api/auth test/api/account test/api/accessKeys test/api/sessions test/api/apps test/api/index --recursive --timeout 15000",
3536
"coverage": "make coverage"
@@ -74,7 +75,8 @@
7475
"istanbul": "^0.4.5",
7576
"mocha": "^3.2.0",
7677
"should": "^11.2.0",
77-
"supertest": "^3.0.0"
78+
"supertest": "^3.0.0",
79+
"supervisor": "^0.12.0"
7880
},
7981
"files": [
8082
"bin",

0 commit comments

Comments
 (0)