chore(Taskfile): remove redundant command to clean assets before building frontend

This commit is contained in:
Sudo-Ivan
2026-01-03 10:53:25 -06:00
parent a1964f8807
commit dc7448d41e
-1
View File
@@ -155,7 +155,6 @@ tasks:
desc: Build only the frontend
deps: [node_modules]
cmds:
- rm -rf meshchatx/public/assets
- "{{.NPM}} run build-frontend"
wheel: