diff --git a/README.md b/README.md index 2a4f1982..febb896a 100644 --- a/README.md +++ b/README.md @@ -166,21 +166,21 @@ hooks. Please run this before every commit and/or push. - If using our [Nix flake][nix-flake], there are a number of handy command shortcuts available for working with `cargo-watch`, `diesel`, and other binaries, including: - * `ci`, which runs a sequence of commands to check formatting, lints, release + * **`ci`**, which runs a sequence of commands to check formatting, lints, release builds, and tests - * `db` and `db-reset` for running `diesel` setup and migrations - * `compile-wasm` for compiling [homestar-guest-wasm](./homestar-guest-wasm), + * **`db`** and **`db-reset`** for running `diesel` setup and migrations + * **`compile-wasm`** for compiling [homestar-guest-wasm](./homestar-guest-wasm), a [wit-bindgen][]-driven example, to the `wasm32-unknown-unknown` target - * `docker-` for running docker builds - * `nx-test`, which translates to `cargo nextest run && cargo test --doc` - * `x-test` for testing continuously as files change, translating to + * **`docker-`** for running docker builds + * **`nx-test`**, which translates to `cargo nextest run && cargo test --doc` + * **`x-test`** for testing continuously as files change, translating to `cargo watch -c -s "cargo nextest run && cargo test --doc"` - * `x-` for running a variety of `cargo watch` + * **`x-`** for running a variety of `cargo watch` execution stages - * `nx-test-`, which is just like `nx-test`, but adds `all` or `0` + * **`nx-test-`**, which is just like `nx-test`, but adds `all` or `0` for running tests either with the `all-features` flag or `no-default-features` flag, respectively. - * `x--` for package-specific + * **`x--`** for package-specific builds, tests, etc. ### Conventional Commits