Skip to content

Commit 084a036

Browse files
author
Michael Brewer
committed
chore: include lerna-ci step in docs
1 parent 9de85ef commit 084a036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Contributions via pull requests are much appreciated. Before sending us a pull r
3636
To send us a pull request, please follow these steps:
3737

3838
1. Fork the repository.
39-
2. Install dependencies: `npm ci`
39+
2. Install dependencies: `npm ci; npm run lerna-ci`
4040
3. Prepare utilities like commit hooks: `npm run init-environment`
4141
4. Create a new branch to focus on the specific change you are contributing e.g. `git checkout -b improv/logger-debug-sampling`
4242
5. Run all tests, and code baseline checks: `npm run test`

0 commit comments

Comments
 (0)