chore(Taskfile): remove redundant command to clean assets before building frontend
Some checks failed
CI / test-backend (push) Successful in 4s
CI / build-frontend (push) Successful in 47s
Tests / test (push) Successful in 1m51s
CI / lint (push) Failing after 4m55s

This commit is contained in:
2026-01-03 10:53:25 -06:00
parent a1964f8807
commit dc7448d41e

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: