We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38baa3e commit 6c723deCopy full SHA for 6c723de
1 file changed
gulpfile.js
@@ -260,6 +260,7 @@ const modules = gulp.parallel(
260
'!**/__tests__/**',
261
'!**/__flowtests__/**',
262
'!**/__mocks__/**',
263
+ '!**/node_modules/**',
264
],
265
{
266
cwd: path.join(PACKAGES, build.package),
0 commit comments