Spaces:
Build error
Build error
fix
Browse files
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 |
|