Update CONTRIBUTING.md (#3513)

added note to run `npm install` before `npm link` the first time
This commit is contained in:
davidbielik
2021-06-21 05:47:49 -04:00
committed by GitHub
parent 9c8000df66
commit 9a20fb9929

View File

@@ -53,6 +53,7 @@ repository:
```bash
git clone git@github.com:firebase/firebase-tools.git
cd firebase-tools
npm install # must be run the first time you clone
npm link # installs dependencies, runs a build, links it into the environment
```