Remove clean for building client and backend
Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
4
justfile
4
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:
|
||||
|
||||
Reference in New Issue
Block a user