File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -506,6 +506,7 @@ In this case we override the package with its local copy, which should have a `s
506506
507507``` yaml
508508workspace :
509+ packageSet :
509510 registry : 41.2.0
510511 extraPackages :
511512 aff :
@@ -538,6 +539,7 @@ In this case, we can just change the override to point to some commit of our for
538539
539540` ` ` yaml
540541workspace:
542+ packageSet:
541543 registry: 41.2.0
542544 extraPackages:
543545 aff:
@@ -560,7 +562,8 @@ There are a few possible scenarios - the most straightforward is when a package
560562
561563` ` `
562564workspace:
563- registry: 41.2.0
565+ packageSet:
566+ registry: 41.2.0
564567 extraPackages:
565568 some-package-from-the-registry: 4.0.0
566569` ` `
@@ -569,6 +572,7 @@ Another possibility is that the package is not in the registry (maybe it's your
569572
570573` ` ` yaml
571574workspace:
575+ packageSet:
572576 registry: 41.2.0
573577 extraPackages:
574578 facebook:
@@ -584,6 +588,7 @@ The last possible case is the one picking up a local folder as a package (note:
584588
585589` ` ` yaml
586590workspace:
591+ packageSet:
587592 registry: 41.2.0
588593 extraPackages:
589594 facebook:
You can’t perform that action at this time.
0 commit comments