diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 80fb870..65fcc4e 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "scripts": { "start": "react-scripts start", "lint": "eslint . --ext ts,tsx --max-warnings 0", + "test": "npm run lint && tsc", "build": "react-scripts build", "predeploy": "npm run build", "deploy": "gh-pages -d build" |