diff --git a/justfile b/justfile index c6d81c8..a0732b4 100644 --- a/justfile +++ b/justfile @@ -21,10 +21,10 @@ clean: client: cd {{ client_dir }} && {{ pnpm_cmd }} run dev -build-client: clean +build-client: cd {{ client_dir }} && {{ pnpm_cmd }} run build --outDir {{ join(output_dir, "static") }} -build-back: clean +build-back: {{ go_cmd }} build -o {{ exec_path }}{{ if os() == "windows" { ".exe" } else { "" } }} {{ server_enrty }} run-back: