Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Unlike Yarn, `npm` by itself just lists the available commands. Contributors need to run `npm i` or `npm install` to properly install the dev dependencies.
  • Loading branch information
fturmel authored and kossnocorp committed Mar 12, 2024
1 parent 61e35ad commit 0f09aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Please follow the main contributing rules, to maintain date-fns' top quality:

2. Fork the project, and clone your fork of the repo

3. Run `npm` to install the dependencies
3. Run `npm install` to install the dependencies

## Testing

Expand Down

0 comments on commit 0f09aa3

Please sign in to comment.