First of all, thank you for such a wonderful tool. It's so much easier now to work with complex angular apps.
I noticed that while upgrading an existing Angular CLI project using the generate workspace command, it deletes all the existing npm scripts (such as start, build, test, lint and e2e that use ng command) and replaces these with only format script.
Versions:
@angular/cli: 1.5.0-beta.4
@nrwl/schematics: 0.0.7
node: v8.7.0
yarn: 1.2.1
It would be useful to have the original npm scripts even after the conversion to nx workspace.
First of all, thank you for such a wonderful tool. It's so much easier now to work with complex angular apps.
I noticed that while upgrading an existing Angular CLI project using the
generate workspacecommand, it deletes all the existingnpmscripts (such asstart,build,test,lintande2ethat usengcommand) and replaces these with onlyformatscript.Versions:
It would be useful to have the original
npmscripts even after the conversion to nx workspace.