Remove bad all task

This commit is contained in:
Thibault “Adædra” Hamel 2024-06-27 04:24:59 +02:00
parent 334a0dd68d
commit f850d75503

View File

@ -13,7 +13,6 @@ const wrapTask = (name: string, task: () => Promise<void>) => 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),