Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(build): Update contributing.md and fix npm ci #417

Merged
merged 8 commits into from
Jan 12, 2022
Prev Previous commit
Next Next commit
chore: leave as npm install for now
  • Loading branch information
Michael Brewer committed Jan 6, 2022
commit e3b7f19f27b4071f88668ced7c2856b5ad0e1de0
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ Contributions via pull requests are much appreciated. Before sending us a pull r
To send us a pull request, please follow these steps:

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