From 67071723aa988ba8962f7cc6cc290deadb900b8d Mon Sep 17 00:00:00 2001 From: Sheetal Nandi Date: Tue, 5 Mar 2019 14:10:57 -0800 Subject: [PATCH] Fix unnecessary additional deletion paths from cleanLssl target --- Gulpfile.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Gulpfile.js b/Gulpfile.js index e65db00dcd..c4dd5d737e 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -281,11 +281,6 @@ const cleanLssl = async () => { "built/local/tsserverlibrary.out.tsbuildinfo", "built/local/tsserverlibrary.js", "built/local/tsserverlibrary.d.ts", - "built/local/tsserverlibrary/tsserverlibrary.js", - "built/local/tsserverlibrary/tsserverlibrary.js.map", - "built/local/tsserverlibrary/tsserverlibrary.d.ts", - "built/local/tsserverlibrary1.js", - "built/local/tsserverlibrary1.d.ts", ]); }; cleanTasks.push(cleanLssl);