aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2019-01-19 23:22:01 +0000
committerbogdanvlviv <bogdanvlviv@gmail.com>2019-01-19 23:28:25 +0000
commit535af8798c697d758d5f99754eb2f6c246d042c0 (patch)
tree5c67c8d2c8669ba51754328eaa9ac719c30f7d82 /guides
parent5ae48c43a224bf87fb30f3a322cc4fb93b5a25a8 (diff)
downloadrails-535af8798c697d758d5f99754eb2f6c246d042c0.tar.gz
rails-535af8798c697d758d5f99754eb2f6c246d042c0.tar.bz2
rails-535af8798c697d758d5f99754eb2f6c246d042c0.zip
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.
Diffstat (limited to 'guides')
-rw-r--r--guides/source/development_dependencies_install.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md
index b3baf726e3..e84e5561f2 100644
--- a/guides/source/development_dependencies_install.md
+++ b/guides/source/development_dependencies_install.md
@@ -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
```