From 2bbfee6e8a8f322bc4af07b24d60703aeb61d382 Mon Sep 17 00:00:00 2001 From: Stephen Wan Date: Tue, 26 Dec 2017 17:34:56 -0600 Subject: [PATCH] contributing: change to reference lerna command --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c286888..a1b613ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,7 +49,7 @@ Complete your CLA here: 3. Install or Update all dependencies ```sh - npm install + lerna bootstrap # npm install -g lerna ``` 4. Get coding! If you've added code, add tests. If you've changed APIs, update