Skip to content

Commit

Permalink
chore: bold some text (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeeshan Lakhani committed Jun 14, 2023
1 parent 1635ffa commit 9e883f1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-<amd64,arm64>` 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-<amd64,arm64>`** 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-<build,check,run,clippy>` for running a variety of `cargo watch`
* **`x-<build,check,run,clippy>`** for running a variety of `cargo watch`
execution stages
* `nx-test-<all,0>`, which is just like `nx-test`, but adds `all` or `0`
* **`nx-test-<all,0>`**, 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-<build,check,run,clippy,test>-<core,wasm,runtime>` for package-specific
* **`x-<build,check,run,clippy,test>-<core,wasm,runtime>`** for package-specific
builds, tests, etc.

### Conventional Commits
Expand Down

0 comments on commit 9e883f1

Please sign in to comment.