Skip to content

Check added name

Richard Smith-Unna requested to merge check-added-name into master

This MR adds diffing of the app's package.json before and after installing added components, so that the correct name of each added module is added to the config files.

At the same time it fixes a race condition that was caused by promises accidentally being run in parallel.

Merge request reports