diff --git a/Justfile b/Justfile index 4888fcd2b049..1d06c817fc64 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