Skip to content

Commit 0d0bb18

Browse files
committed
Changed puppeteer cache location
1 parent c1a0033 commit 0d0bb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.puppeteerrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ const {join} = require('path');
44
* @type {import("puppeteer").Configuration}
55
*/
66
module.exports = {
7-
cacheDirectory: join(__dirname, '.cache', 'puppeteer'),
7+
cacheDirectory: join(__dirname, 'node_modules', '.puppeteer-cache'),
88
};

0 commit comments

Comments
 (0)