mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
27a28b939d
commit
5580f3979e
2 changed files with 2 additions and 0 deletions
1
.puppeteerrc
Normal file
1
.puppeteerrc
Normal file
|
@ -0,0 +1 @@
|
|||
skipDownload: true
|
|
@ -17,6 +17,7 @@ export const CopySource: Task = {
|
|||
select: [
|
||||
'yarn.lock',
|
||||
'.npmrc',
|
||||
'.puppeteerrc',
|
||||
'src/**',
|
||||
'!src/**/*.{test,test.mocks,mock}.{js,ts,tsx}',
|
||||
'!src/**/mocks.ts', // special file who imports .mock files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue