From 055a5304715b1114d3d4527513b9c8a21674ae74 Mon Sep 17 00:00:00 2001 From: Ashutosh Kumar Date: Wed, 17 Jan 2024 12:19:25 +0530 Subject: [PATCH] Updated Blog and removed `cd frontend` User is already in the frontend directory so there is no need to run `cd frontend` --- website/blog/2023-12-01-AutoGenStudio/index.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/website/blog/2023-12-01-AutoGenStudio/index.mdx b/website/blog/2023-12-01-AutoGenStudio/index.mdx index 64f5ad56d113..e4c817e590a2 100644 --- a/website/blog/2023-12-01-AutoGenStudio/index.mdx +++ b/website/blog/2023-12-01-AutoGenStudio/index.mdx @@ -95,7 +95,6 @@ llm_config = LLMConfig( ```bash npm install -g gatsby-cli npm install --global yarn - cd frontend yarn install yarn build ```