eldoy / fiks

Repo management tool
MIT License
0 stars 0 forks source link

Fiks link installs too many packages #14

Closed eldoy closed 5 months ago

eldoy commented 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:

"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.