We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9840d2f commit 3cf15e7Copy full SHA for 3cf15e7
.circleci/config.yml
@@ -58,7 +58,7 @@ aliases:
58
key: v17-prod-app-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment.CIRCLE_SHA1 }}
59
paths:
60
- ./packages/app/www
61
- - ./packages/homepage/public
+ - ./packages/homepage/.cache
62
63
- &save_prod_cache
64
key: v17-prod-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment.CIRCLE_SHA1 }}
@@ -112,7 +112,7 @@ commands:
112
description: 'Build the Application with `yarn build:prod`'
113
steps:
114
- restore_cache: *restore_repo_cache
115
- # - restore_cache: *restore_prod_build_cache
+ - restore_cache: *restore_prod_build_cache
116
- run:
117
name: Build Application
118
command: yarn build:prod
0 commit comments