Skip to content

Commit 3425409

Browse files
authored
Update CONTRIBUTING.md
1 parent 49e774e commit 3425409

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/CONTRIBUTING.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ Go over the steps in [this](https://github.com/firstcontributions/first-contribu
77
To start you need:
88

99
1. Fork and clone the repo.
10-
2. Run `npm install` to install all required libraries
10+
2. Run `npm install --legacy-peer-deps` to install all required libraries
1111
3. Do the changes.
1212
4. Add/Update Test (if possible)
1313
5. Update documentation
14-
6. Commit and Push to your fork
15-
7. Make Pull Request
14+
6. Run `npm run docs` if you change the documentation
15+
7. Commit and Push to your fork
16+
8. Make Pull Request
1617

1718
To run codeceptjs from this repo use:
1819

0 commit comments

Comments
 (0)