Skip to content

Commit

Permalink
Fix "Development Dependencies Install" guide [ci skip]
Browse files Browse the repository at this point in the history
Since we use [workspaces](https://yarnpkg.com/lang/en/docs/workspaces/)
`yarn install` from the root should install all the javascript dependencies.
  • Loading branch information
bogdanvlviv committed Jan 19, 2019
1 parent 5ae48c4 commit 535af87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion guides/source/development_dependencies_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 535af87

Please sign in to comment.