Fix "Development Dependencies Install" guide [ci skip]

Since we use [workspaces](https://yarnpkg.com/lang/en/docs/workspaces/)
`yarn install` from the root should install all the javascript dependencies.
This commit is contained in:
bogdanvlviv 2019-01-19 23:22:01 +00:00
parent 5ae48c43a2
commit 535af8798c
No known key found for this signature in database
GPG Key ID: E4ACD76A6DB6DFDD
1 changed files with 0 additions and 1 deletions

View File

@ -227,7 +227,6 @@ If you're using another database, check the file `activerecord/test/config.yml`
If you installed Yarn, you will need to install the javascript dependencies:
```bash
$ cd activestorage
$ yarn install
```