@ -1,6 +1,6 @@
version: 2.1
jobs:
build:
yarninstall:
machine:
image: ubuntu-2004:202010-01
steps:
@ -13,4 +13,15 @@ jobs:
- save_cache:
paths:
- "node_module"
key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
yarnlint:
- run: yarn lint
workflows:
- yarninstall
- yarnlint