Skip to content

Commit

Permalink
[7.17] Add .puppeteerrc (#179847) (#179944)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored Apr 3, 2024
1 parent 27a28b9 commit 5580f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .puppeteerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
skipDownload: true
1 change: 1 addition & 0 deletions src/dev/build/tasks/copy_source_task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5580f39

Please sign in to comment.