diff --git a/justfile b/justfile index e4f1270..7e41736 100644 --- a/justfile +++ b/justfile @@ -15,7 +15,9 @@ default: check: echo "nothing to check now" -prep-ci: prep-mm prep-tch +prep-ci: + just prep-mm + just prep-tch [linux] ci: prep-ci