Skip to content

Commit

Permalink
[gulp] Ignore packages/*/node_modules
Browse files Browse the repository at this point in the history
Just in case somebody ran `yarn install` in one of those directories.
  • Loading branch information
alloy committed May 27, 2019
1 parent 38baa3e commit 6c723de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ const modules = gulp.parallel(
'!**/__tests__/**',
'!**/__flowtests__/**',
'!**/__mocks__/**',
'!**/node_modules/**',
],
{
cwd: path.join(PACKAGES, build.package),
Expand Down

0 comments on commit 6c723de

Please sign in to comment.