From ad3020809e46a9625d6ae2bd98ee6a01536da1b8 Mon Sep 17 00:00:00 2001 From: Onyx and Iris Date: Fri, 7 Feb 2025 16:37:00 +0000 Subject: [PATCH] merge commands --- Taskfile.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index eaa145f..12b96c6 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -74,7 +74,4 @@ tasks: cmds: - | {{.SHELL}} -Command " - Remove-Item -Path build/forest-* -Recurse -Force - Remove-Item -Path build/sunvalley-* -Recurse -Force - Remove-Item -Path dist/forest-* -Recurse -Force - Remove-Item -Path dist/sunvalley-* -Recurse -Force" + Remove-Item -Path build/forest-*,build/sunvalley-*,dist/forest-*,dist/sunvalley-* -Recurse -Force"