Skip to content

Commit ba57468

Browse files
committed
Save image optimizations in cache
1 parent 7b8eeea commit ba57468

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ aliases:
6464
v24-prod-app-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{
6565
.Environment.CIRCLE_SHA1 }}
6666
paths:
67-
- ./packages/app/www
6867
- ./packages/homepage/.cache
6968

7069
- &save_prod_cache
@@ -121,7 +120,7 @@ commands:
121120
description: 'Build the Application with `yarn build:prod`'
122121
steps:
123122
- restore_cache: *restore_repo_cache
124-
# - restore_cache: *restore_prod_build_cache
123+
- restore_cache: *restore_prod_build_cache
125124
- run:
126125
name: Build Application
127126
command: yarn build:prod

0 commit comments

Comments
 (0)