dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
26 stars 34 forks source link

Eject should only ever do a full-eject #130

Closed tomdye closed 7 years ago

tomdye commented 7 years ago

Bug

Package Version:

Code

dojo eject

Expected behavior:

Dojo eject command should always eject all commands. There should be no ability to eject single commands / groups because there is inter-dependency between commands. For example. if you eject only build-webpack, the test-intern command will fail.