Skip to content

Commit

Permalink
add filter to git hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Dresser committed Nov 19, 2019
1 parent f10533b commit 0180dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gulpfile.hygiene.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,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)))
.on('end', () => c())
.on('error', e)))
.catch(err => {
Expand Down

0 comments on commit 0180dd5

Please sign in to comment.