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