Closed
Description
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
Labels
No labels