Skip to content

Commit

Permalink
add minimal instructions for building CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbrignull committed Aug 24, 2020
1 parent 3c5b7fb commit 88d9e95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ Running locally will generate the CodeQL database and run all the queries, but i

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.

### Building the CLI

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.

## Submitting a pull request

1. [Fork][fork] and clone the repository
Expand Down

0 comments on commit 88d9e95

Please sign in to comment.