From 2120a5317e21d70edf64ca74b150c1e5238cbb10 Mon Sep 17 00:00:00 2001 From: Zane <75694352+zanesq@users.noreply.github.com> Date: Wed, 18 Jun 2025 16:08:43 -0700 Subject: [PATCH] Added just lint-ui for linting front end code (#2997) --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Justfile b/Justfile index 4888fcd2b0..1d06c817fc 100644 --- a/Justfile +++ b/Justfile @@ -151,6 +151,10 @@ run-server: @echo "Running server..." cargo run -p goose-server +# make GUI with latest binary +lint-ui: + cd ui/desktop && npm run lint:check + # make GUI with latest binary make-ui: @just release-binary