chore: update developer setup with new dependency in contributing.md (#2239)

This commit is contained in:
Tony Spataro 2022-12-29 06:38:32 -08:00 committed by GitHub
parent ef99fb1f6b
commit f6a70b11b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,13 @@ After cloning the repo, run:
$ npm install # or npm
```
To run the dev server, you will also need to install the cli's dependencies:
```bash
$ cd cli
$ npm install # or npm
```
### Commonly used NPM scripts
``` bash