From a214f96b0f0e30f8c01819b336d8cbd1e1c63e1d Mon Sep 17 00:00:00 2001 From: xnought Date: Thu, 8 Feb 2024 00:30:23 -0800 Subject: [PATCH] docs: workspaces -W flag --- docs/frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend.md b/docs/frontend.md index 9a09af5b..af371d16 100644 --- a/docs/frontend.md +++ b/docs/frontend.md @@ -14,7 +14,7 @@ Check out Flowbite to use those ready-made svelte components (like buttons, drop ```bash cd frontend -yarn add js_package_name +yarn add -W js_package_name ``` which adds the package locally (so your intellisense can detect it).