Skip to content

Commit 587e99b

Browse files
committed
add web target to justfile
1 parent e2254bf commit 587e99b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

justfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ test:
33
cargo test --features=simd_json --no-default-features --test json_tree_test
44

55
demo:
6-
cargo run --example=demo
6+
cargo run --example=demo
7+
8+
web:
9+
cd examples/demo && trunk serve
710

811
doc:
912
cargo doc --no-deps --all-features --open

0 commit comments

Comments
 (0)