diff --git a/.justfile b/.justfile index 04f6321..28649d6 100644 --- a/.justfile +++ b/.justfile @@ -468,7 +468,7 @@ default_target := musl_target debug_vars := 'DEBUG=${DEBUG:-} DEBUG_FILTER=${DEBUG_FILTER:-} RUST_BACKTRACE=${RUST_BACKTRACE:-} RUSTFLAGS=${RUSTFLAGS:-}' just_cmd := 'just --timestamp --explain --command-color green' just_cmd_no_ts := 'just --explain --command-color green' -watch_cmd := "watchexec -qc -r -e rs,toml,html --color always -- " +watch_cmd := "watchexec -qc -r -e rs,toml,html,css --color always -- " cover_cmd := 'cargo llvm-cov --color always --ignore-filename-regex "main\.rs|log\.rs"' last_tag := `git tag --sort=-creatordate | head -1 | tr -d v`