Skip to content

Commit 5d8e448

Browse files
Update CONTRIBUTING.md
changing to pnpm instead of npm to be consistent Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Sandi Besen <54007515+sandijean90@users.noreply.github.com>
1 parent f799c2e commit 5d8e448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ In addition to publishing the stable version, this action also ensures that the
322322
To verify the visual layout and formatting of your changes before submitting:
323323
1. **Prerequisites:** Ensure you have **Node.js version 19 or higher**.
324324
2. **Setup:** `cd` to the `docs` folder in the repo.
325-
3. **Installation:** Run `npm install`. As long as the folder has a `package.json`, this installs the same version of Mintlify used in the repository.
325+
3. **Installation:** Run `pnpm install`. As long as the folder has a `package.json`, this installs the same version of Mintlify used in the repository.
326326
4. **Execution:** Run `npx mintlify dev` to spin up a preview of the docs in your browser. Default is on port 3000: `http://localhost:3000`.
327327
</br>
328328

0 commit comments

Comments
 (0)