From b6cb9b4e5fb1f365a86a59be1bbf73ea93821165 Mon Sep 17 00:00:00 2001 From: maddalax Date: Mon, 23 Sep 2024 11:32:18 -0500 Subject: [PATCH] dont rm dist --- cli/htmgo/tasks/run/build.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/htmgo/tasks/run/build.go b/cli/htmgo/tasks/run/build.go index c3d5668..385c0f5 100644 --- a/cli/htmgo/tasks/run/build.go +++ b/cli/htmgo/tasks/run/build.go @@ -14,7 +14,6 @@ func Build() { astgen.GenAst(process.ExitOnError) css.GenerateCss(process.ExitOnError) - process.RunOrExit("rm -rf ./dist") process.RunOrExit("mkdir -p ./dist") if os.Getenv("SKIP_GO_BUILD") != "1" {