From 2bd53a7a3485040fb29965fed9a229cc6d08d8ca Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Mon, 24 Feb 2025 17:05:08 +0100 Subject: [PATCH] Add 'just install' --- Justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Justfile b/Justfile index 4120d63..5b86288 100644 --- a/Justfile +++ b/Justfile @@ -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..."