reactioncommerce / reaction-feature-requests

Reaction Feature Requests
13 stars 1 forks source link

Build plugins with --from-lock-file flag #111

Open cmbirk opened 5 years ago

cmbirk commented 5 years ago

Every time plugins are build as submodules to the core repo npm updates the package-lock.json file with updated versions. This has a couple drawbacks:

When initializing the subrepos we should include the --from-lock-file flag to keep this from happening

brent-hoover commented 5 years ago

This should be something we do sooner rather than later. Trying to manage a repo with custom plugins with submodule (which is our recommended way) is really difficult and error-prone currently.