Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(justfile): add
pnpm install
to init (#7297)
Recently, due to some issues, I had to re-clone the oxc project multiple times. After running `just init`, I always had to run `pnpm install` separately. We could include `pnpm install` to init command to streamline the process. In addition, I propose to include `cargo-binstall` in the init command. I'm not sure if we should include the `submodules` command in the init command, as it is generally unnecessary for most users unless they are working on specific projects like the minifier.
- Loading branch information