mirror of
https://github.com/elastic/kibana.git
synced 2025-04-18 23:21:39 -04:00
Add .puppeteerrc (#179847)
Puppeteer uses cosmiconfig to load configuration files. We're seeing permissions issues for various reasons due to the global search strategy employed by puppeteer. This should short circuit configuration lookups outside of the Kibana directory. Closes https://github.com/elastic/kibana/issues/168639 https://pptr.dev/api/puppeteer.configuration
This commit is contained in:
parent
f13cc8c191
commit
0b7d63400c
2 changed files with 2 additions and 0 deletions
1
.puppeteerrc
Normal file
1
.puppeteerrc
Normal file
|
@ -0,0 +1 @@
|
|||
skipDownload: true
|
|
@ -21,6 +21,7 @@ export const CopyLegacySource: Task = {
|
|||
const select = [
|
||||
'yarn.lock',
|
||||
'.npmrc',
|
||||
'.puppeteerrc',
|
||||
'config/kibana.yml',
|
||||
'config/node.options',
|
||||
'.i18nrc.json',
|
||||
|
|
Loading…
Add table
Reference in a new issue