Skip to content

Commit

Permalink
[chore]: added some shorthands to just (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kvadratni authored Nov 27, 2024
1 parent ff9849a commit f2fe717
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,14 @@ copy-binary:
echo "Release binary not found."; \
exit 1; \
fi

# Run UI with latest
run-ui:
@just release
@echo "Running UI..."
cd ui/desktop && npm install && npm start

# Run server
run-server:
@echo "Running server..."
cargo run -p goose-server

0 comments on commit f2fe717

Please sign in to comment.