From 349cf5091b5e7b76f2945924e00c05a502828766 Mon Sep 17 00:00:00 2001 From: Mariana Caetano Pereira <67270558+Mariana-Caetano@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:26:40 -0300 Subject: [PATCH] fiz steps --- .../updating-the-cli-package-version.mdx | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/docs/faststore/docs/reference/project-structure/updating-the-cli-package-version.mdx b/docs/faststore/docs/reference/project-structure/updating-the-cli-package-version.mdx index 98ea345c8b..330dcb396a 100644 --- a/docs/faststore/docs/reference/project-structure/updating-the-cli-package-version.mdx +++ b/docs/faststore/docs/reference/project-structure/updating-the-cli-package-version.mdx @@ -14,17 +14,4 @@ If you need to update the [`@fastore/cli`](https://developers.vtex.com/docs/guid yarn add @faststore/cli@latest ``` -3. The following message will appear: - -```bash -error Running this command will add the dependency to the workspace root rather than the workspace itself, which might not be what you want - if you really meant it, make it explicit by running this command again with the -W flag (or --ignore-workspace-root-check). -info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command. -``` - -4. Run the `yarn add @faststore/cli@latest` command again and add the `-W` flag: - -```bash -yarn add @faststore/cli@latest -W -``` - -5. Run `yarn dev` to sync the changes to your project. +3. Run `yarn dev` to sync the changes to your project.