Skip to content

Commit

Permalink
Add todomvc task to justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Dec 10, 2024
1 parent e12a3c2 commit 3f572f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ screenshot target:
cargo run --release --example screenshot {{target}}

open target:
cargo run --release --package readme {{target}}
cargo run --release --package readme {{target}}

todomvc:
cargo run --release --example todomvc

0 comments on commit 3f572f6

Please sign in to comment.