We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--yarn-berry-workspaces
1 parent ca20b98 commit 64a2b66Copy full SHA for 64a2b66
README.md
@@ -38,8 +38,10 @@ consider adding `@types/*` packages as `devDependencies` in `package.json`.
38
Navigate to the project root, containing `package.json`.
39
40
```sh
41
-npm install # or yarn install
42
-scip-typescript index --yarn-workspaces
+yarn install
+
43
+scip-typescript index --yarn-workspaces # For Yarn v2
44
+scip-typescript index --yarn-berry-workspaces # For Yarn v3 (Berry)
45
```
46
47
### Indexing in CI
0 commit comments