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
I've tried running ember-try within a monorepo with yarn workspaces but I couldn't get it to work. I always go the error No ember-cli-build.js found.. This makes total sense to me, since the _runCommand method always uses the project root:
I just checked the config of ember-data a few releases back, it's not using useWorkspaces so I don't think we can compare this issue with the situation in ember data.
Hi there!
I've tried running
ember-try
within a monorepo with yarn workspaces but I couldn't get it to work. I always go the errorNo ember-cli-build.js found.
. This makes total sense to me, since the_runCommand
method always uses the project root:ember-try/lib/tasks/try-each.js
Lines 130 to 132 in 61fed6b
Shouldn't this take the root of the current workspace? Is there an example of a project using the workspaces feature?
The text was updated successfully, but these errors were encountered: