diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-02-03 14:31:04 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-02-03 14:31:04 +0100 |
| commit | bec5e1d43a516b39d3aceaa022933020f81f2793 (patch) | |
| tree | c08114757015b8155d5feddf6940b88c854e6be5 /justfile | |
| parent | 61194884e782c9a92fe7f964a8c527a2223c4cc7 (diff) | |
build(frontend): remove dist folder if present
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,5 +3,6 @@ dev: go run . -dev build: + rm -fr dist || echo "ok" bun run build GOAMD64=v3 go build -ldflags "-s" . |
