Added just lint-ui for linting front end code (#2997)

This commit is contained in:
Zane
2025-06-18 16:08:43 -07:00
committed by GitHub
parent 77f8a59d1c
commit 2120a5317e
+4
View File
@@ -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