Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ In this case we override the package with its local copy, which should have a `s

```yaml
workspace:
packageSet:
registry: 41.2.0
extraPackages:
aff:
Expand Down Expand Up @@ -538,6 +539,7 @@ In this case, we can just change the override to point to some commit of our for

```yaml
workspace:
packageSet:
registry: 41.2.0
extraPackages:
aff:
Expand All @@ -560,7 +562,8 @@ There are a few possible scenarios - the most straightforward is when a package

```
workspace:
registry: 41.2.0
packageSet:
registry: 41.2.0
extraPackages:
some-package-from-the-registry: 4.0.0
```
Expand All @@ -569,6 +572,7 @@ Another possibility is that the package is not in the registry (maybe it's your

```yaml
workspace:
packageSet:
registry: 41.2.0
extraPackages:
facebook:
Expand All @@ -584,6 +588,7 @@ The last possible case is the one picking up a local folder as a package (note:

```yaml
workspace:
packageSet:
registry: 41.2.0
extraPackages:
facebook:
Expand Down
Loading