We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e774e commit 3425409Copy full SHA for 3425409
.github/CONTRIBUTING.md
@@ -7,12 +7,13 @@ Go over the steps in [this](https://github.com/firstcontributions/first-contribu
7
To start you need:
8
9
1. Fork and clone the repo.
10
-2. Run `npm install` to install all required libraries
+2. Run `npm install --legacy-peer-deps` to install all required libraries
11
3. Do the changes.
12
4. Add/Update Test (if possible)
13
5. Update documentation
14
-6. Commit and Push to your fork
15
-7. Make Pull Request
+6. Run `npm run docs` if you change the documentation
+7. Commit and Push to your fork
16
+8. Make Pull Request
17
18
To run codeceptjs from this repo use:
19
0 commit comments