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);