Open
Description
@jvandemo heya, I recently discovered a shortcoming in my starter, where the dist/
dir is always deleted.
This causes linked libraries to not update the project that are using it, since the link is broken when dist/
is deleted. Instead, only its contents should be deleted.
Details and repro can be found at angular/angular-cli#6195.