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 7b8eeea commit ba57468Copy full SHA for ba57468
.circleci/config.yml
@@ -64,7 +64,6 @@ aliases:
64
v24-prod-app-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{
65
.Environment.CIRCLE_SHA1 }}
66
paths:
67
- - ./packages/app/www
68
- ./packages/homepage/.cache
69
70
- &save_prod_cache
@@ -121,7 +120,7 @@ commands:
121
120
description: 'Build the Application with `yarn build:prod`'
122
steps:
123
- restore_cache: *restore_repo_cache
124
- # - restore_cache: *restore_prod_build_cache
+ - restore_cache: *restore_prod_build_cache
125
- run:
126
name: Build Application
127
command: yarn build:prod
0 commit comments