Skip to content

Commit

Permalink
Remove unnecessary mkdirp
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Binns-Smith committed Aug 22, 2019
1 parent 9504061 commit 035aa46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/test-utils/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export async function ncp(source: FilePath, destination: FilePath) {
.on('error', reject);
});
} else if (stats.isDirectory()) {
outputFS.mkdirp(destPath);
await ncp(sourcePath, destPath);
}
}
Expand Down

0 comments on commit 035aa46

Please sign in to comment.