Skip to content

generate workspace command deletes existing npm scripts #65

@ospatil

Description

@ospatil

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions