monorepo/changeset/Makefile

10 lines
80 B
Makefile

dev:
cargo watch -x build
test:
cargo watch -x test
test-once:
cargo test