dont rm dist
This commit is contained in:
parent
9d2121df6a
commit
b6cb9b4e5f
1 changed files with 0 additions and 1 deletions
|
|
@ -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" {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue