You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small clarifying point: monorepo or not doesn't have any bearing on this. scenario-tester shouldn't be able to tell whether you're in a monorepo or not. But yes, the feature is having a convenient way to execute commands inside one of the project's dependencies, not just in the top-level project itself.
@NullVoxPopuli I believe this is because the base project didn't linkBins before inside the tmp dir, so it relied on the outside projects node_modules/.bin.
This came up in this PR: embroider-build/embroider#1126 (review)
Where I'm trying to build a library that is linked to an app.
The issue is that I can't seem to run rollup in the linked addon and have those assets available to the PreparedApp.
execute, exists on the app, but is not available for linked packages.
@ef4 suggested this API:
which seems reasonable 🤷
The text was updated successfully, but these errors were encountered: