From 2ec4f98e63f7e1ab155f56e9ebc4cb608fe9d725 Mon Sep 17 00:00:00 2001 From: Mistral Vibe Date: Wed, 8 Apr 2026 15:39:48 +0200 Subject: [PATCH] fix: simplify dev:nuke task to resolve YAML parsing issue --- Taskfile.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index b4ee3e2..3b95075 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -107,11 +107,8 @@ tasks: dev:nuke: desc: Full cleanup (removes everything including network - use when network is corrupted) cmds: - - echo "WARNING: This will remove ALL rehearsalhub containers, networks, and volumes" - - echo "Press Enter to continue or Ctrl+C to cancel" - "{{.COMPOSE}} {{.DEV_FLAGS}} down -v" - docker system prune -f --volumes - - echo "Complete cleanup performed" dev:restart: desc: Restart development services (preserves build cache)