diff --git a/package.json b/package.json index 5f62983fe..7eec41e5c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "scripts": { "lint-apps": "eslint ./apps --ext .js", "test": "node bin/sanitycheck.js && eslint ./apps --ext .js && eslint ./lib ./js", - "start": "npx http-server" + "start": "npx http-server -c-1" }, "dependencies": { "acorn": "^7.2.0"