Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: link #141

Merged
merged 1 commit into from
Jun 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ hooks. Please run this before every commit and/or push.
[cargo-expand][cargo-expand] and [irust][irust] for Rust development.
- We also recommend using [cargo-udeps][cargo-udeps] for removing unused
dependencies before commits and pull-requests.
- If using our [Nix flake][nix-flake], there are a number of handy
- If using our [Nix flake](./flake.nix), 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
Expand All @@ -179,7 +179,7 @@ hooks. Please run this before every commit and/or push.
execution stages
* **`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.
`no-default-features` flag, respectively
* **`x-<build,check,run,clippy,test>-<core,wasm,runtime>`** for package-specific
builds, tests, etc.

Expand Down