aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-03-21 15:10:15 +0300
committereug-vs <eug-vs@keemail.me>2020-03-21 15:10:15 +0300
commitef3f55d8396218a41b48c4ed10a5e515ac320e5c (patch)
tree80ac671c48755b1e9d462cbc6c003204ed0c8774 /package.json
parentf3a684937565f3bd94034f3389aa95fea908f0c4 (diff)
downloadchrono-cube-ui-ef3f55d8396218a41b48c4ed10a5e515ac320e5c.tar.gz
ci: lint code and check types of every commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
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"