Skip to content

Commit fdccd3c

Browse files
committed
Remove duplicate clean paths
1 parent dfdc339 commit fdccd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/clean.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = (args) => BbPromise.resolve(args).then(args => {
3636
Array.isArray(pkg.ecTools.clean) &&
3737
pkg.ecTools.clean ||
3838
[]
39-
).map(p => path.join(process.cwd(), p))));
39+
).map(relative)));
4040

4141
cleanDirs.forEach(pathTemplate => {
4242
console.log(` Cleaning ${colors.gray(pathTemplate)}`);

0 commit comments

Comments
 (0)