Skip to content

Commit 6c723de

Browse files
committed
[gulp] Ignore packages/*/node_modules
Just in case somebody ran `yarn install` in one of those directories.
1 parent 38baa3e commit 6c723de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ const modules = gulp.parallel(
260260
'!**/__tests__/**',
261261
'!**/__flowtests__/**',
262262
'!**/__mocks__/**',
263+
'!**/node_modules/**',
263264
],
264265
{
265266
cwd: path.join(PACKAGES, build.package),

0 commit comments

Comments
 (0)