Skip to content

Commit

Permalink
Update npm install instructions in contributing guide (#6597)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmelehan authored Sep 11, 2023
1 parent 985e9f7 commit fc495a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ For more information about using Git, refer to the [official Git documentation](

1. Install the Node dependencies for the repository:

npm install
npm ci

## Tailwind v3 upgrade

Expand Down Expand Up @@ -194,7 +194,7 @@ This section is only relevant to contributors who have previously worked on the
1. Within the docs repo, remove the current `node_modules` directory and then reinstall dependencies.

rm -rf node_modules
npm i
npm ci

1. Now, preview the site locally and verify that the site looks as expected in your web browser.

Expand Down

0 comments on commit fc495a6

Please sign in to comment.