Skip to content

Commit 3cf15e7

Browse files
committed
Put the homepage build cache back
1 parent 9840d2f commit 3cf15e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ aliases:
5858
key: v17-prod-app-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment.CIRCLE_SHA1 }}
5959
paths:
6060
- ./packages/app/www
61-
- ./packages/homepage/public
61+
- ./packages/homepage/.cache
6262

6363
- &save_prod_cache
6464
key: v17-prod-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment.CIRCLE_SHA1 }}
@@ -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)