Use workspaces=false

This commit is contained in:
Christopher Schleiden
2023-01-25 09:18:33 -08:00
parent 9ae4b7d9c9
commit 2b1747d131
+1 -1
View File
@@ -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