Skip to content

e2e workflow spec should use a linked angular cli #194

Closed
@Brocco

Description

@Brocco

Currently the e2e tests are doing an npm install to grab the version of angular-cli to use for test execution, it should be changed to use npm link to utilize the local version of itself to test functionality.

The line in question is:
sh.exec('npm i angular-cli -g -C ' + process.cwd(), { silent: true });

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