Skip to content

Commit

Permalink
Update .circleci/config.yml
Browse files Browse the repository at this point in the history
Co-Authored-By: SimenB <sbekkhus91@gmail.com>
  • Loading branch information
jeysal and SimenB authored Jan 26, 2019
1 parent c69faf0 commit 9856d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- checkout
- restore-cache: *restore-cache
- run: yarn --no-progress --ignore-engines --frozen-lockfile
- run: yarn --no-progress --frozen-lockfile --ignore-engines
- save-cache: *save-cache
- run:
# react-native does not work with node 6
Expand Down

0 comments on commit 9856d62

Please sign in to comment.