diff --git a/justfile b/justfile index 44021c0..4b9449d 100644 --- a/justfile +++ b/justfile @@ -7,10 +7,6 @@ exec_path := join(output_dir, project_name) go_cmd := `realpath $(which go)` pnpm_cmd := `realpath $(which pnpm)` -default: install clean build-back build-client run-back - -backend: clean build-back run-back - install: cd {{ client_dir }} && {{ pnpm_cmd }} install