We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced0c49 commit d62b786Copy full SHA for d62b786
1 file changed
package.json
@@ -30,6 +30,7 @@
30
},
31
"scripts": {
32
"start": "node ./bin/www",
33
+ "dev": "supervisor ./bin/www",
34
"test": "make test",
35
"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",
36
"coverage": "make coverage"
@@ -74,7 +75,8 @@
74
75
"istanbul": "^0.4.5",
76
"mocha": "^3.2.0",
77
"should": "^11.2.0",
- "supertest": "^3.0.0"
78
+ "supertest": "^3.0.0",
79
+ "supervisor": "^0.12.0"
80
81
"files": [
82
"bin",
0 commit comments