Skip to content

Commit 72b46fb

Browse files
committedJun 29, 2020
Drop invocation of removed gulp task
1 parent 738652d commit 72b46fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/build/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ async function runConsoleTests(runJs, defaultReporter, runInParallel, watchMode,
135135
// finally, do a sanity check and build the compiler with the built version of itself
136136
log.info("Starting sanity check build...");
137137
// Cleanup everything except lint rules (we'll need those later and would rather not waste time rebuilding them)
138-
await exec("gulp", ["clean-tsc", "clean-services", "clean-tsserver", "clean-lssl", "clean-tests"], { cancelToken });
138+
await exec("gulp", ["clean-tsc", "clean-services", "clean-tsserver", "clean-tests"], { cancelToken });
139139
const { exitCode } = await exec("gulp", ["local", "--lkg=false"], { cancelToken });
140140
if (exitCode !== 0) {
141141
errorStatus = exitCode;

0 commit comments

Comments
 (0)