diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 8233eb7..c4dbec6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "scripts": { "start": "react-scripts start", "build": "react-scripts build", - "lint": "eslint . --ext ts,tsx --max-warnings 0" + "lint": "eslint . --ext ts,tsx --max-warnings 0", + "test": "npm run lint" }, "browserslist": { "production": [ |