getPackagePath: handle the current package not being installed
In case we want to get the package path of the current package, but it isn't in node_modules (as is the case with yarn2) we need to find it ourselves. In case the package.json in the current dir has the same name we just use it as a base. This is after rollup lookup failed, so this is just a fallback.
parent
1bb97438
No related branches found
No related tags found
Pipeline #23662 failed
Stage: test
Stage: deploy
Stage: e2e-stage1
Stage: e2e-stage2
Stage: e2e-stage3
Please register or sign in to comment