chore(Taskfile): remove redundant command to clean assets before building frontend
This commit is contained in:
@@ -155,7 +155,6 @@ tasks:
|
||||
desc: Build only the frontend
|
||||
deps: [node_modules]
|
||||
cmds:
|
||||
- rm -rf meshchatx/public/assets
|
||||
- "{{.NPM}} run build-frontend"
|
||||
|
||||
wheel:
|
||||
|
||||
Reference in New Issue
Block a user