@ -15,7 +15,7 @@ jobs:
- run: yarn install
- save_cache:
paths:
- node_module
- node_modules
key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
yarnlint:
docker:
@ -33,7 +33,7 @@ jobs:
- run: yarn format:check
unittest: