We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe478d commit 9d75abeCopy full SHA for 9d75abe
CONTRIBUTING.md
@@ -26,7 +26,7 @@ instructions:
26
### Quick start
27
28
1. fork the repo and clone it locally
29
-2. `npm run ci` to install dependencies
+2. `npm ci` to install dependencies
30
3. `cd plugins/<plugin-name>`
31
4. `npm run build && npm run test` to build and test the plugin after making changes
32
5. open a pull request with the changes
0 commit comments