Skip to content

Commit c5a9012

Browse files
committed
Cache the public folder
1 parent 201a0c7 commit c5a9012

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
@@ -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/.cache
61+
- ./packages/homepage/public
6262

6363
- &save_prod_cache
6464
key: v17-prod-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment.CIRCLE_SHA1 }}

0 commit comments

Comments
 (0)