Skip to content

Commit

Permalink
Fix invalid npm command in contributing guidelines (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmbm authored Nov 19, 2024
1 parent afe478d commit 9d75abe
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 @@ -26,7 +26,7 @@ instructions:
### Quick start

1. fork the repo and clone it locally
2. `npm run ci` to install dependencies
2. `npm ci` to install dependencies
3. `cd plugins/<plugin-name>`
4. `npm run build && npm run test` to build and test the plugin after making changes
5. open a pull request with the changes
Expand Down

0 comments on commit 9d75abe

Please sign in to comment.