Skip to content

Commit

Permalink
Update .puppeteerrc.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jgw96 authored Oct 1, 2024
1 parent 8d21fed commit e44c7a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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, 'chrome')
};
cacheDirectory: join(__dirname, '.cache', 'puppeteer'),
};

0 comments on commit e44c7a7

Please sign in to comment.