Skip to content

Commit

Permalink
use plain yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak committed May 17, 2020
1 parent 37a7a0b commit 6858ecc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,10 @@ jobs:
steps:
- attach_workspace:
at: .
- rn/yarn_install
# - rn/yarn_install
- run:
command: yarn install --frozen-lockfile
name: yarn install
- run:
command: yarn lint
name: Run ESLint
Expand Down

0 comments on commit 6858ecc

Please sign in to comment.