Skip to content

Commit

Permalink
fix(circleci): force new build
Browse files Browse the repository at this point in the history
  • Loading branch information
cabutler10 committed Aug 10, 2019
1 parent be79fdd commit a3022ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
at: ~/project
- node/with-cache:
steps:
- install:
name: install build dir
command: yarn
- run:
name: Build build dir
command: yarn build
Expand Down

0 comments on commit a3022ef

Please sign in to comment.