From 535af8798c697d758d5f99754eb2f6c246d042c0 Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Sat, 19 Jan 2019 23:22:01 +0000 Subject: [PATCH] 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. --- guides/source/development_dependencies_install.md | 1 - 1 file changed, 1 deletion(-) 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 ``` -- GitLab