From e85097fb29a19d14c73ab4ad23eade060d41ec3e Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 29 Nov 2024 14:31:40 +0000 Subject: [PATCH] build: jj-next --- justfile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/justfile b/justfile index dc09a41..976199e 100644 --- a/justfile +++ b/justfile @@ -20,3 +20,14 @@ mutations: # cargo doc # cargo test # cargo test --example get + +jj-next: + jj edit main + just jj-next-test + +jj-next-test: + jj next --edit + jj bookmark move next + just build + jj bookmark move main + just jj-next-test