Skip to content

Commit

Permalink
Add install recipe to justfile
Browse files Browse the repository at this point in the history
This recipe installs bff-cli and bff-gui to the
system cargo bin directory
  • Loading branch information
widberg committed Dec 9, 2023
1 parent 200c09f commit 3a195c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ doc:
run CMD *OPTIONS:
cargo run --release --bin {{ CMD }} -- {{ OPTIONS }}

install:
cargo install --path bff-cli --bin bff-cli
cargo install --path bff-gui --bin bff-gui

check: fmt clippy test

0 comments on commit 3a195c1

Please sign in to comment.