merge commands

This commit is contained in:
Onyx and Iris 2025-02-07 16:37:00 +00:00
parent 76c6630892
commit ad3020809e

View File

@ -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"