diff options
author | Eugene Sokolov <eug-vs@keemail.me> | 2020-06-06 23:53:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-06 23:53:02 +0300 |
commit | 9f60b1a5845a3e9efc7254e7f7929195524ee674 (patch) | |
tree | fb44b425e5a68580ffd7ccc09f0d74849c802b51 /package.json | |
parent | e87a7d3fe56da1df637b201bea0eed97a9233d4f (diff) | |
parent | ac2f9df6ece3d233842c389d0b94a7676db03677 (diff) | |
download | which-ui-9f60b1a5845a3e9efc7254e7f7929195524ee674.tar.gz |
Merge pull request #9 from ilyayudovin/circle
Setup continuous integration
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": [ |