Merge pull request #34988 from bogdanvlviv/fix-development_dependencies_install

Update "Development Dependencies Install" guide [ci skip]
This commit is contained in:
Ryuta Kamizono 2019-01-20 11:45:15 +09:00 committed by GitHub
commit 31e118c39d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```