From dc7448d41ed52f274369554025a25ee3cc0d3221 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Sat, 3 Jan 2026 10:53:25 -0600 Subject: [PATCH] chore(Taskfile): remove redundant command to clean assets before building frontend --- Taskfile.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index 9038764..dff6ba6 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -155,7 +155,6 @@ tasks: desc: Build only the frontend deps: [node_modules] cmds: - - rm -rf meshchatx/public/assets - "{{.NPM}} run build-frontend" wheel: