Skip to content

Commit

Permalink
chore(Justfile): drop the paging for now
Browse files Browse the repository at this point in the history
This can easily be added locally.
  • Loading branch information
lukehsiao committed Oct 9, 2024
1 parent b8b910a commit 5ba1227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test:

# Sets up a watcher that lints, tests, and builds
watch:
cargo watch -c -s 'cargo clippy --color=always --all-targets --all-features -- -W clippy::pedantic -D warnings 2>&1 | bat -p' -s 'cargo --color=always nextest run 2>&1 | bat -p' -s 'cargo --color=always build --release 2>&1 | bat -p'
cargo watch -c -s 'cargo clippy --color=always --all-targets --all-features -- -W clippy::pedantic -D warnings' -s 'cargo --color=always nextest run' -s 'cargo --color=always build --release'

# Update the changelog using git-cliff
_update_changelog version:
Expand Down

0 comments on commit 5ba1227

Please sign in to comment.