nomagick commited on
Commit
33d7cfc
·
unverified ·
1 Parent(s): 9579998
Files changed (1) hide show
  1. backend/functions/.puppeteerrc.cjs +1 -1
backend/functions/.puppeteerrc.cjs CHANGED
@@ -4,7 +4,7 @@ let config = {};
4
  if (!process.env.FUNCTIONS_EMULATOR) {
5
  config = {
6
  // Changes the cache location for Puppeteer.
7
- cacheDirectory: join(__dirname, 'puppeteer'),
8
  };
9
  }
10
 
 
4
  if (!process.env.FUNCTIONS_EMULATOR) {
5
  config = {
6
  // Changes the cache location for Puppeteer.
7
+ cacheDirectory: join(__dirname, 'node_modules', 'puppeteer', 'walk-around-lame-gcp-build'),
8
  };
9
  }
10