diff --git a/gulpfile.ts b/gulpfile.ts index 8e6f63c..2beda26 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -3,7 +3,7 @@ import GulpClient, { TaskFunction } from "gulp"; import path from "upath"; import { Context } from "./gulp/Context.js"; -const { dest, parallel, series, src, task, watch } = GulpClient; +const { dest, parallel, series, src, watch } = GulpClient; const { join } = path; const context = new Context();