[7.17] Add .puppeteerrc (#179847) (#179944)

#179847
This commit is contained in:
Jon 2024-04-03 12:46:36 -05:00 committed by GitHub
parent 27a28b939d
commit 5580f3979e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

1
.puppeteerrc Normal file
View file

@ -0,0 +1 @@
skipDownload: true

View file

@ -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