Skip to content

Yarn workspaces #881

@anehx

Description

@anehx

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 error No ember-cli-build.js found.. This makes total sense to me, since the _runCommand method always uses the project root:

_runCommand(options) {
return runCommand(this.project.root, options.commandArgs, options.commandOptions);
},

Shouldn't this take the root of the current workspace? Is there an example of a project using the workspaces feature?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions