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
A side effect of observing this run of ember-flight-icons only failing for the ember try scenarios has revealed what I think is a subtle problem with how ember-try is working in our monorepo setup.
What is happening
ember-try is running yarn from within the given package which is not how the yarn workspace "works". The install should always happen at the root.
What should happen
ember-try runs yarn from the workspace root and then runs the actual scenarios from within the specific page.
The text was updated successfully, but these errors were encountered:
A side effect of observing this run of ember-flight-icons only failing for the ember try scenarios has revealed what I think is a subtle problem with how ember-try is working in our monorepo setup.
What is happening
ember-try is running
yarn
from within the given package which is not how the yarn workspace "works". The install should always happen at the root.What should happen
ember-try runs
yarn
from the workspace root and then runs the actual scenarios from within the specific page.The text was updated successfully, but these errors were encountered: