Skip to content

Commit

Permalink
Merge pull request #105 from pwa-builder/puppeteer-cache-fix
Browse files Browse the repository at this point in the history
set cachDir to manually downloaded chrome
  • Loading branch information
jgw96 authored Oct 1, 2024
2 parents e4808ee + e0c79ca commit 8d21fed
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 243 deletions.
2 changes: 1 addition & 1 deletion .puppeteerrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ const {join} = require('path');
*/
module.exports = {
// Changes the cache location for Puppeteer.
// cacheDirectory: join(__dirname, '.cache', 'puppeteer'),
cacheDirectory: join(__dirname, 'chrome')
};
Loading

0 comments on commit 8d21fed

Please sign in to comment.