Skip to content
Closed
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
2 changes: 1 addition & 1 deletion docs/spfx/toolchain/customize-heft-toolchain-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ npx @rushstack/heft --help
> Similar to Gulp, Heft is installed locally within your project. However, [unlike Gulp that requires installing the Gulp CLI globally](https://www.voitanos.io/blog/mea-culpa-always-install-gulp-cli-globally-not-gulp/), you can install the same Heft npm package globally to simplify running Heft commands.
>
> ```console
> npm install @rushstsack/heft --global
> npm install @rushstack/heft --global
> ```

> [!TIP]
Expand Down