Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nomagick committed Apr 13, 2024
1 parent 9579998 commit 33d7cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/functions/.puppeteerrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let config = {};
if (!process.env.FUNCTIONS_EMULATOR) {
config = {
// Changes the cache location for Puppeteer.
cacheDirectory: join(__dirname, 'puppeteer'),
cacheDirectory: join(__dirname, 'node_modules', 'puppeteer', 'walk-around-lame-gcp-build'),
};
}

Expand Down

0 comments on commit 33d7cfc

Please sign in to comment.