diff --git a/package.json b/package.json index 5035daf20b..f7baed0106 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "postinstall": "bower install", "prestart": "npm install", - "start": "http-server -a localhost -p 8000", + "start": "http-server -a localhost -p 8000 -c-1", "pretest": "npm install", "test": "karma start test/karma.conf.js",