From 8cc87b42d5dc2d2e6064c149f9437c4225bf47ed Mon Sep 17 00:00:00 2001 From: chris062689 Date: Sun, 20 Aug 2017 01:51:18 -0400 Subject: [PATCH] Do not attempt to recreate the dist directory. --- repository/app.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/repository/app.js b/repository/app.js index 16c037b..8757d11 100644 --- a/repository/app.js +++ b/repository/app.js @@ -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);