Skip to content

Commit

Permalink
WIP - try setting PUPPETEER_SKIP_DOWNLOAD for CircleCI npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nateborr committed Oct 16, 2024
1 parent c731457 commit c5ba60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
command: |
pip install pipenv
pipenv install --dev --deploy
npm ci
PUPPETEER_SKIP_DOWNLOAD=true npm ci
- save_cache:
paths:
Expand Down

0 comments on commit c5ba60e

Please sign in to comment.