We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cd fixtures/pnpm8 && pnpm install
just init
1 parent f6fc2df commit dcd61bdCopy full SHA for dcd61bd
justfile
@@ -10,6 +10,7 @@ alias r := ready
10
# or install via `cargo install cargo-binstall`
11
# Initialize the project by installing all the necessary tools.
12
init:
13
+ cd fixtures/pnpm8 && pnpm install
14
cargo binstall cargo-watch typos-cli taplo-cli cargo-llvm-cov -y
15
16
# When ready, run the same CI commands
0 commit comments