Do not attempt to recreate the dist directory.

This commit is contained in:
chris062689 2017-08-20 01:51:18 -04:00
parent 77f9bcee0a
commit 8cc87b42d5

View file

@ -73,9 +73,6 @@ let targets = [
];
async function execute() {
// Verify there's a dist directory.
fs.ensureDirSync(distDir);
// Clean up any temporary directories.
fs.emptyDirSync(tempDir);