dont rm dist

This commit is contained in:
maddalax 2024-09-23 11:32:18 -05:00
parent 9d2121df6a
commit b6cb9b4e5f

View file

@ -14,7 +14,6 @@ func Build() {
astgen.GenAst(process.ExitOnError) astgen.GenAst(process.ExitOnError)
css.GenerateCss(process.ExitOnError) css.GenerateCss(process.ExitOnError)
process.RunOrExit("rm -rf ./dist")
process.RunOrExit("mkdir -p ./dist") process.RunOrExit("mkdir -p ./dist")
if os.Getenv("SKIP_GO_BUILD") != "1" { if os.Getenv("SKIP_GO_BUILD") != "1" {