aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-10 21:51:31 +0300
committerValentin Popov <info@valentineus.link>2017-10-10 21:51:31 +0300
commit9027419d4ca86c7df684bcd0dee12642c3c79c6a (patch)
treead6d78044aa0e6adfec928aa08f31909a9c80169
parenta7c2ed3c53f80773dfcc6586b93dde489246ee54 (diff)
downloadiii-client-9027419d4ca86c7df684bcd0dee12642c3c79c6a.tar.xz
iii-client-9027419d4ca86c7df684bcd0dee12642c3c79c6a.zip
Edit the instructions
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a02828d..4aaed87 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -10,7 +10,7 @@ git clone git@github.com:<username>/iii-client.git
Set up your machine:
```bash
-npm install --only=development
+NODE_ENV=development npm install
```
Make sure the tests pass: