Skip to content

Commit db39480

Browse files
author
Ives van Hoorne
committed
Install puppeteer manually on circleci
1 parent 65a27a5 commit db39480

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
@@ -13,7 +13,7 @@ jobs:
1313
key: dependency-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
1414
- run:
1515
name: Install Dependency
16-
command: yarn install
16+
command: yarn install && yarn add puppeteer
1717
- save_cache:
1818
key: dependency-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
1919
paths:

0 commit comments

Comments
 (0)