Skip to content

Commit

Permalink
print-warnings script should ignore DevTools packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Aug 14, 2019
1 parent a473dca commit 9ec9938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/print-warnings/print-warnings.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ function transform(file, enc, cb) {
gs([
'packages/**/*.js',
'!packages/shared/warning.js',
'!packages/react-devtools*/**/*.js',
'!**/__tests__/**/*.js',
'!**/__mocks__/**/*.js',
]).pipe(
Expand Down

0 comments on commit 9ec9938

Please sign in to comment.