Skip to content
Prev Previous commit
docs: fix spelling: workspaces
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Sep 29, 2025
commit 0fe99d22d2103a14544c3fb9cb80bfc85f0e2169
4 changes: 2 additions & 2 deletions workspaces/arborist/docs/workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ workspaces will try to install deps from registry if no satisfying semver versio

### Build Ideal Tree

1. Read list of "workpaces" from `package.json`
1. Read list of "workspaces" from `package.json`
2. Turn globs into actual locations, retrieve the final list of workspaces paths
3. Arborist needs to be made aware of the list of worskpaces paths
3. Arborist needs to be made aware of the list of workspaces paths
1. Workspace info parsed (steps 1 and 2) needs to be attached before build ideal tree
2. On building ideal tree, checks against existing workspaces to append them as child nodes
3. Edge needs to support a `workspace` type
Expand Down
Loading