Skip to content

Commit

Permalink
Merge pull request #103 from pwa-builder/puppeteer-cache-fix
Browse files Browse the repository at this point in the history
remove cache location customization
  • Loading branch information
jgw96 authored Oct 1, 2024
2 parents 8c19bb8 + e4b2e71 commit 9824cff
Showing 1 changed file with 1 addition and 1 deletion.
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, '.cache', 'puppeteer'),
};

0 comments on commit 9824cff

Please sign in to comment.