We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de85ef commit 084a036Copy full SHA for 084a036
CONTRIBUTING.md
@@ -36,7 +36,7 @@ Contributions via pull requests are much appreciated. Before sending us a pull r
36
To send us a pull request, please follow these steps:
37
38
1. Fork the repository.
39
-2. Install dependencies: `npm ci`
+2. Install dependencies: `npm ci; npm run lerna-ci`
40
3. Prepare utilities like commit hooks: `npm run init-environment`
41
4. Create a new branch to focus on the specific change you are contributing e.g. `git checkout -b improv/logger-debug-sampling`
42
5. Run all tests, and code baseline checks: `npm run test`
0 commit comments