Closed eldoy closed 5 months ago
At the moment it seems like fiks link is installing every package you have in the root in every sub-repo. This is not correct.
Only the packages referenced in package.json should be linked. For example, in firmalisten/scripts I have these dependencies:
firmalisten/scripts
"dependencies": { "firmalisten-build": "github:eldoy/firmalisten-build", "firmalisten-config": "github:eldoy/firmalisten-config", "firmalisten-plugins": "github:eldoy/firmalisten-plugins" }
In node_modules only these should be linked if they exist in the root directory.
node_modules
At the moment it seems like fiks link is installing every package you have in the root in every sub-repo. This is not correct.
Only the packages referenced in package.json should be linked. For example, in
firmalisten/scripts
I have these dependencies:In
node_modules
only these should be linked if they exist in the root directory.