Skip to content

Commit

Permalink
fix: exclude scripts by default
Browse files Browse the repository at this point in the history
  • Loading branch information
stoffeastrom committed Mar 18, 2019
1 parent c0398e3 commit 549ccc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/utils/src/index.js
Expand Up @@ -62,6 +62,7 @@ const WATCH_GLOB = [...TEST_GLOB, ...SRC_GLOB];
const DEFAULT_TRANSFORM_EXCLUDE_PATTERN = [
'**/node_modules/**',
'./node_modules/**',
'**/scripts/**',
'**/coverage/**',
'**/external/**',
'**/autogenerated/**',
Expand Down

0 comments on commit 549ccc3

Please sign in to comment.