mirror of
https://github.com/intergalacticalvariable/reader.git
synced 2024-11-15 19:22:20 +08:00
fix
This commit is contained in:
parent
95799988da
commit
33d7cfc41c
|
@ -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'),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user