billowy-laptop-45963
09/19/2019, 5:09 PMbetter-rainbow-14549
09/19/2019, 5:28 PMbillowy-laptop-45963
09/19/2019, 6:00 PMbroad-dog-22463
09/19/2019, 8:47 PMbusy-umbrella-36067
09/19/2019, 11:51 PMMakefiles
in the pulumi projects run yarn link
for you.billowy-laptop-45963
09/20/2019, 8:11 PMgit clone component_repo
cd component_repo
yarn link
cd ..
git clone project1_repo
cd project1_repo
yarn install
busy-umbrella-36067
09/20/2019, 8:12 PMgit clone component_repo
cd component_repo
make
cd ..
git clone project1_repo
cd project1_repo
yarn install
billowy-laptop-45963
09/23/2019, 4:28 PMyarn link @component
and the component_repo dependency in project1_repo specified is specified as { "peerDependencies": { "@compnent": "latest" }}
which makes the whole thing just work?busy-umbrella-36067
09/23/2019, 8:02 PMyarn install
, the package manager symlinks the linked package in globally anywhere its used in your system