Does this only work with Rush monorepos?
Let's say a project in your monorepo depends on thirdparty npm package foolib.
Let's say you need to test out a custom fork/patch to foolib, so you clone it locally, make some modifications, and now you have a customized foolib on your disk.
Can super-rush help linking foolib, a random non-rush-managed third-party npm package into my rush monorepo?
Does this only work with Rush monorepos?
Let's say a project in your monorepo depends on thirdparty npm package
foolib.Let's say you need to test out a custom fork/patch to
foolib, so you clone it locally, make some modifications, and now you have a customizedfoolibon your disk.Can super-rush help linking
foolib, a random non-rush-managed third-party npm package into my rush monorepo?