Files
upl/justfile
T
2026-05-30 17:27:50 +02:00

25 lines
331 B
Makefile

fmt:
cargo +nightly fmt --all
fd -e toml -x tombi format --quiet
test:
cargo test --all-targets
static-check:
node --check static/app.js
clippy:
cargo clippy --all-targets
nginx-smoke:
./scripts/nginx-smoke.sh
check:
just fmt
just test
just static-check
just clippy
run:
cargo run