Skip to content

Commit d8339a0

Browse files
committed
Force clean build
1 parent bdecaf4 commit d8339a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ commands:
112112
description: 'Build the Application with `yarn build:prod`'
113113
steps:
114114
- restore_cache: *restore_repo_cache
115-
- restore_cache: *restore_prod_build_cache
115+
# - restore_cache: *restore_prod_build_cache
116116
- run:
117117
name: Build Application
118118
command: yarn build:prod

0 commit comments

Comments
 (0)