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

docs(documentation-website):Add npm run local to Contributor Guidelines #737

Merged
merged 7 commits into from
Apr 10, 2024
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ cd api-bench
npm run coai
```

#### Running Tests Locally

To see a list of available CI tasks and their corresponding commands to run them
locally, you can run `npm run local` in the source folder. This is particularly
useful for testing specific CI tasks before committing your changes.

### Naming conventions

- camelCase for variables and functions
Expand Down