diff options
author | eug-vs <eug-vs@keemail.me> | 2020-03-21 15:10:15 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-03-21 15:10:15 +0300 |
commit | ef3f55d8396218a41b48c4ed10a5e515ac320e5c (patch) | |
tree | 80ac671c48755b1e9d462cbc6c003204ed0c8774 /.circleci/config.yml | |
parent | f3a684937565f3bd94034f3389aa95fea908f0c4 (diff) | |
download | chrono-cube-ui-ef3f55d8396218a41b48c4ed10a5e515ac320e5c.tar.gz |
ci: lint code and check types of every commit
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 76027f7..fef5ed0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,6 +24,6 @@ jobs: key: v1-dependencies-{{ checksum "package.json" }} - run: - name: Test code syntax with eslint - command: npx eslint . + name: Check types and lint code + command: npm test |