[lodash] fix missed _.flattenDeep() upgrade
This commit is contained in:
@ -175,7 +175,7 @@ function clearGeneratedFiles() {
|
||||
generatedFiles.push(dirRegex(paths.src, esArchives));
|
||||
|
||||
var rmSteps = _.chain(generatedFiles)
|
||||
.flatten()
|
||||
.flattenDeep()
|
||||
.uniq()
|
||||
.map(function (path) {
|
||||
return spawnStep('rm', ['-rf', path]);
|
||||
|
||||
Reference in New Issue
Block a user