Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] Update TS installation docs to use
pnpm exec
instead of depr…
…ecated `pnpx` (#1144) [`pnpx` has been deprecated](pnpm/pnpm#3652) in favor of `pnpm exec` and `pnpm dlx`. This PR modifies the installation docs for Typescript / pnpm to use `pnpm exec` instead of `pnpx`. `exec` is favored over `dlx` in this instance since the `baml-cli` command is installed in the local `node_modules/.bin`. <!-- ELLIPSIS_HIDDEN --> ---- > [!IMPORTANT] > Update TypeScript installation docs to use `pnpm exec` instead of deprecated `pnpx`. > > - **Documentation**: > - Update `typescript.mdx` to use `pnpm exec baml-cli init` instead of deprecated `pnpx baml-cli init`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup> for 41c0fb9. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN --> Co-authored-by: hellovai <[email protected]>
- Loading branch information