Skip to content

Commit

Permalink
Bundle the whole process under 'just all' command
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemyerebasmaz committed May 5, 2024
1 parent b00125f commit 2ab2c43
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lib/bindings/bindings-flutter/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -72,7 +80,8 @@ clean:
melos clean

check:
flutter analyze
melos analyze
melos check-format

# Open melos.yaml
melos:
Expand Down

0 comments on commit 2ab2c43

Please sign in to comment.