From 2b1747d1315a34c32081f08d91275e31ec1a434e Mon Sep 17 00:00:00 2001 From: Christopher Schleiden Date: Wed, 25 Jan 2023 09:18:33 -0800 Subject: [PATCH] Use workspaces=false --- browser-playground/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser-playground/README.md b/browser-playground/README.md index 4c88ff2..1b266f8 100644 --- a/browser-playground/README.md +++ b/browser-playground/README.md @@ -9,7 +9,7 @@ This is a web-based playground hosting the [language server](../actions-language Even though the package is part of the `npm` workspace, it needs its dependencies to be installed locally in order to run `webpack-dev-server`. To do so, run: ```bash -npm i --workspaces=no +npm i --workspaces=false ``` then