Skip to content

Commit b1f3e3c

Browse files
committed
ci(puppeteer): move cache to repo dir
This way it will be available just like node modules etc.
1 parent 4ee1036 commit b1f3e3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ executors:
2020
GIT_AUTHOR_NAME: vis-bot
2121
GIT_COMMITTER_EMAIL: visjsbot@gmail.com
2222
GIT_COMMITTER_NAME: vis-bot
23+
PUPPETEER_CACHE_DIR: ~/repo/cache/puppeteer
2324

2425
node-interop:
2526
docker:
@@ -31,6 +32,7 @@ executors:
3132
GIT_AUTHOR_NAME: vis-bot
3233
GIT_COMMITTER_EMAIL: visjsbot@gmail.com
3334
GIT_COMMITTER_NAME: vis-bot
35+
PUPPETEER_CACHE_DIR: ~/repo/cache/puppeteer
3436

3537
jobs:
3638
prepare:

0 commit comments

Comments
 (0)