From c136fea535fa4dff1f3923ed11abdc41aed9dad7 Mon Sep 17 00:00:00 2001 From: Boshen Date: Wed, 24 May 2023 22:42:44 +0800 Subject: [PATCH] chore(just): add alias for ready (r) and coverage (c) --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index be9c55362..7ef2c83f4 100755 --- a/justfile +++ b/justfile @@ -3,6 +3,9 @@ _default: just --list -u +alias r := ready +alias c := coverage + # Initialize the project by installing all the necessary tools init: cargo binstall cargo-nextest cargo-watch cargo-insta typos-cli taplo-cli wasm-pack cargo-llvm-cov -y