aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-02-03 14:31:04 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-02-03 14:31:04 +0100
commitbec5e1d43a516b39d3aceaa022933020f81f2793 (patch)
treec08114757015b8155d5feddf6940b88c854e6be5 /justfile
parent61194884e782c9a92fe7f964a8c527a2223c4cc7 (diff)
build(frontend): remove dist folder if present
Diffstat (limited to 'justfile')
-rw-r--r--justfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/justfile b/justfile
index 37eee25..2a55777 100644
--- a/justfile
+++ b/justfile
@@ -3,5 +3,6 @@ dev:
go run . -dev
build:
+ rm -fr dist || echo "ok"
bun run build
GOAMD64=v3 go build -ldflags "-s" .