mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -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: [
|
select: [
|
||||||
'yarn.lock',
|
'yarn.lock',
|
||||||
'.npmrc',
|
'.npmrc',
|
||||||
|
'.puppeteerrc',
|
||||||
'src/**',
|
'src/**',
|
||||||
'!src/**/*.{test,test.mocks,mock}.{js,ts,tsx}',
|
'!src/**/*.{test,test.mocks,mock}.{js,ts,tsx}',
|
||||||
'!src/**/mocks.ts', // special file who imports .mock files
|
'!src/**/mocks.ts', // special file who imports .mock files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue