Skip to content

Commit

Permalink
Update content/en/contribute/code/core/build-commands.md
Browse files Browse the repository at this point in the history
Co-authored-by: Andra Blaj <[email protected]>
  • Loading branch information
garethbowen and andrablaj authored Nov 1, 2023
1 parent a88bfaf commit d1ce5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/contribute/code/core/build-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For developers to execute to test `cht-core`.
| `default-wdio-mobile-local` | Compiles the app and executes the mobile e2e test suite. |
| `e2e-integration-local` | Compiles the app and executes the e2e integration test suite. |
| `integration-api` | Compiles the app and executes the api integration test suite. |
| `lint` | Perform static analysis checks on the codebase. |
| `lint` | Performs static analysis checks on the codebase. |
| `standard-wdio-local` | Compiles the app and executes the standard e2e test suite. |
| `test` | Same as running `lint`, `unit`, and `integration-api`. |
| `unit` | Executes unit test suites for all applications. |
Expand Down

0 comments on commit d1ce5dc

Please sign in to comment.