Skip to content

Commit 88d9e95

Browse files
add minimal instructions for building CLI
1 parent 3c5b7fb commit 88d9e95

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ Running locally will generate the CodeQL database and run all the queries, but i
4949

5050
As well as the unit tests (see _Common tasks_ above), there are integration tests, defined in `.github/workflows/integration-testing.yml`. These are run by a CI check. Depending on the change you’re making, you may want to add a test to this file or extend an existing one.
5151

52+
### Building the CLI
53+
54+
Navigate to the `packaging` directory and run `npm install` to install dependencies needed only for compiling the CLI. Run `npm run build-cli` to output files to the `packaging/dist` directory.
55+
5256
## Submitting a pull request
5357

5458
1. [Fork][fork] and clone the repository

0 commit comments

Comments
 (0)