From 2ab2c4356352a78afeb488b01aad8b33bd291be1 Mon Sep 17 00:00:00 2001 From: Erdem Yerebasmaz Date: Sun, 5 May 2024 12:36:01 +0300 Subject: [PATCH] Bundle the whole process under 'just all' command --- lib/bindings/bindings-flutter/justfile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lib/bindings/bindings-flutter/justfile b/lib/bindings/bindings-flutter/justfile index 4866cd968..bdfb3a9ea 100644 --- a/lib/bindings/bindings-flutter/justfile +++ b/lib/bindings/bindings-flutter/justfile @@ -6,6 +6,14 @@ export CARGO_TERM_COLOR := "always" default: just --list --unsorted +all: + just clean + just init + just gen + just build + just link + just check + # Install flutter_rust_bridge_codegen dependencies frb: cargo install cargo-expand @@ -72,7 +80,8 @@ clean: melos clean check: - flutter analyze + melos analyze + melos check-format # Open melos.yaml melos: