Skip to content

Commit

Permalink
fix(): build without cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Jan 16, 2018
1 parent edc1a7b commit c74c269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ jobs:
steps:
- restore_cache:
key: v1-repo-{{ .Environment.CIRCLE_SHA1 }}
- run: yarn cache clean
- run: yarn
- run: sh ./bin/deploy-staging

Expand Down

0 comments on commit c74c269

Please sign in to comment.