Update Development-guide.md

Since the document specifies the `--pure-lockfile` flag, it seems inaccurate to say, "Similarly, installing JavaScript dependencies doesn't require any flags."

I've changed the text accordingly. I hope it's appropriate!
This commit is contained in:
Diana Thayer 2017-05-21 22:57:17 -07:00 committed by GitHub
parent 770c90da74
commit 887837ab87
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ The command to install Ruby project dependencies is the following:
bundle install
Similarly, installing JavaScript dependencies doesn't require any flags:
Install JavaScript dependencies with this command:
yarn install --pure-lockfile