Skip to content

Commit 9d75abe

Browse files
authored
Fix invalid npm command in contributing guidelines (#1518)
1 parent afe478d commit 9d75abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ instructions:
2626
### Quick start
2727

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

0 commit comments

Comments
 (0)