diff --git a/ci/dev/watch.ts b/ci/dev/watch.ts index 6f7291099620bc381e16a17759b4407fe4c5804f..8ed59c4230fc1fbf42ca6a3d794daffee8abcf9b 100644 --- a/ci/dev/watch.ts +++ b/ci/dev/watch.ts @@ -1,5 +1,4 @@ import { spawn, fork, ChildProcess } from "child_process" -import del from "del" import { promises as fs } from "fs" import * as path from "path" import { CompilationStats, onLine, OnLineCallback } from "../../src/node/util" @@ -57,8 +56,6 @@ class Watcher { process.on(event, () => this.dispose(0)) } - this.cleanFiles() - for (const [processName, devProcess] of Object.entries(this.compilers)) { if (!devProcess) continue @@ -121,15 +118,6 @@ class Watcher { //#region Utilities - /** - * Cleans files from previous builds. - */ - private cleanFiles(): Promise { - console.log("[Watcher]", "Cleaning files from previous builds...") - - return del(["out/**/*"]) - } - /** * Emits a file containing compilation data. * This is especially useful when Express needs to determine if VS Code is still compiling. diff --git a/package.json b/package.json index b031fbd4c327a500ddec07a673fa449dc48cf971..39eb0226d660f578bfc96b644a8b090383cfc9e8 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,6 @@ "@typescript-eslint/parser": "^5.0.0", "audit-ci": "^5.0.0", "codecov": "^3.8.3", - "del": "^6.0.0", "doctoc": "^2.0.0", "eslint": "^7.7.0", "eslint-config-prettier": "^8.1.0", diff --git a/src/browser/pages/login.html b/src/browser/pages/login.html index 75aa86dc2523993423dee447ea0feba6e1286d4a..6149ecf11cd6e76bfbc3e0022f801fdb3789fc67 100644 --- a/src/browser/pages/login.html +++ b/src/browser/pages/login.html @@ -30,7 +30,8 @@