Skip to content

Commit

Permalink
Add justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Nov 17, 2024
1 parent ce50022 commit 3fc7e9f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
clippy:
cargo +nightly clippy --workspace

fmt:
cargo fmt --all

wpt target="css/css-flebox css/css-grid css/css-align":
cargo run --release --package wpt {{target}}

screenshot target:
cargo run --release --example screenshot {{target}}

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

0 comments on commit 3fc7e9f

Please sign in to comment.