1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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: If you installed Yarn, you will need to install the javascript dependencies:
```bash ```bash
$ cd activestorage
$ yarn install $ yarn install
``` ```