Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello, forgive me for taking some liberties with your publishing structure. This change enables a second npm package that includes only the resources and dependencies needed for a production deployment to be published from this repository.
In this implementation, the original npm build and publish process is the same; however, after publishing mady, we can publish mady-production with the following
I've gone ahead and published the 2.11.1 release so I can consume it in my build pipeline. And I think I've given you publish access to npm as well.
I'll caveat this particular implementation is only one of many possible mechanisms we could use to publish a production mode dependency. The most straight-forward but intrusive of which would be to split the repo into several. I'm happy to rework this based on your feedback.