diff --git a/package.json b/package.json index 0ac12e7..517c0a2 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "scripts": { "clean": "rimraf ./build && mkdir build", - "start": "npm-run-all --parallel test:watch start:dev lint:watch", + "start": "npm-run-all --parallel lint test start:dev", "lint": "esw src tools server webpack.config.* --color", "lint:watch": "npm run lint -- --watch", "prebuild": "npm run clean && npm run lint && npm run test",