Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
imp: justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Jul 30, 2024
1 parent d28153a commit 2f30b30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ build-programs:

# Build the operator executable using `cargo build` command
build-operator:
@echo "Building the programs for the operator..."
just build-programs
@echo "Building the operator executable..."
cargo build --bin operator --locked --release
@echo "Built the operator executable"

Expand Down

0 comments on commit 2f30b30

Please sign in to comment.