diff --git a/package.json b/package.json index 6b2d3c7..efbdce6 100644 --- a/package.json +++ b/package.json @@ -125,6 +125,7 @@ "prepare": "npm run build", "release": "np", "test": "ava", - "lint": "true" + "lint": "true", + "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast" } }