diff --git a/bin/build.ts b/bin/build.ts index ddcc9e5..534c0d6 100644 --- a/bin/build.ts +++ b/bin/build.ts @@ -13,7 +13,6 @@ const wrapTask = (name: string, task: () => Promise) => async () => { }; const TASKS = { - all: wrapTask("all", () => fonts().then(images).then(svg).then(css).then(articles)), articles: wrapTask("articles", articles), css: wrapTask("css", css), fonts: wrapTask("fonts", fonts),