Skip to content

Commit 6707172

Browse files
committed
Fix unnecessary additional deletion paths from cleanLssl target
1 parent 0469cc6 commit 6707172

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Gulpfile.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,6 @@ const cleanLssl = async () => {
281281
"built/local/tsserverlibrary.out.tsbuildinfo",
282282
"built/local/tsserverlibrary.js",
283283
"built/local/tsserverlibrary.d.ts",
284-
"built/local/tsserverlibrary/tsserverlibrary.js",
285-
"built/local/tsserverlibrary/tsserverlibrary.js.map",
286-
"built/local/tsserverlibrary/tsserverlibrary.d.ts",
287-
"built/local/tsserverlibrary1.js",
288-
"built/local/tsserverlibrary1.d.ts",
289284
]);
290285
};
291286
cleanTasks.push(cleanLssl);

0 commit comments

Comments
 (0)