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:
parent
5ae48c43a2
commit
535af8798c
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue