Skip to content

Commit

Permalink
Add 'just install'
Browse files Browse the repository at this point in the history
  • Loading branch information
ggwpez authored Feb 24, 2025
1 parent 1a50730 commit 2bd53a7
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 @@ -9,6 +9,9 @@ test:
dev:
cargo r --release --bin subweight-web -- --endpoint 127.0.0.1 --repos polkadot-sdk --root repos --port 4000

install:
cargo install --path cli/ && cargo install --path web/

publish:
#!/usr/bin/env bash
echo "Checking if crate can be published..."
Expand Down

0 comments on commit 2bd53a7

Please sign in to comment.