From b13ad4a383360b7ea51b7e93eb2a0c791766953b Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Wed, 18 Mar 2026 09:19:06 +0800 Subject: [PATCH] Remove bootstrap-cli command from init task Removed pnpm run bootstrap-cli from init task. Signed-off-by: Yangshun Tay --- justfile | 1 - 1 file changed, 1 deletion(-) diff --git a/justfile b/justfile index a70fcd45..48f8708b 100644 --- a/justfile +++ b/justfile @@ -10,7 +10,6 @@ alias r := ready init: cargo binstall watchexec-cli cargo-insta typos-cli cargo-shear@1.11.1 taplo-cli -y - pnpm run bootstrap-cli ready: git diff --exit-code --quiet