Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/spfx/toolchain/customize-heft-toolchain-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ To see a list of all available actions, or phases, run the following command:
heft --help

# ... or run using npx without installing
npx heft --help
npx @rushstack/heft --help
```

> [!TIP]
> 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 heft --global
> npm install @rushstsack/heft --global
> ```

> [!TIP]
Expand Down