diff --git a/build/gulpfile.hygiene.js b/build/gulpfile.hygiene.js index d8584a488f..27a592b413 100644 --- a/build/gulpfile.hygiene.js +++ b/build/gulpfile.hygiene.js @@ -583,7 +583,7 @@ if (require.main === module) { console.log('Reading git index versions...'); createGitIndexVinyls(some) - .then(vinyls => new Promise((c, e) => hygiene(es.readArray(vinyls)) + .then(vinyls => new Promise((c, e) => hygiene(es.readArray(vinyls).pipe(filter(all))) // {{SQL CARBON EDIT}} filter committed files .on('end', () => c()) .on('error', e))) .catch(err => {