diff --git a/package.json b/package.json index 440aec7..41319f1 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,10 @@ "start:prod": "run-s build start:http-server", "start:http-server": "http-server ./build", "build": "webpack --config webpack.prod.js", - "test": "jest", + "test": "run-s test:lint test:unit", + "test:unit": "jest", "test:lint": "eslint --ignore-path .gitignore .", + "test:watch": "yarn test:unit --watch", "precommit": "run-s test:lint" }, "jest": {