You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have to update the emitters each time we change dependencies or npm scripts, which can create a lag where emitter PRs will still be using the previous package.json values and potentially be unable to build.
The proposal here is to figure out a way to have the emitter pull in a template that lives in this repo which will be kept up to date as we make these kinds of changes to existing packages.
The text was updated successfully, but these errors were encountered:
Currently we have to update the emitters each time we change dependencies or npm scripts, which can create a lag where emitter PRs will still be using the previous
package.json
values and potentially be unable to build.The proposal here is to figure out a way to have the emitter pull in a template that lives in this repo which will be kept up to date as we make these kinds of changes to existing packages.
The text was updated successfully, but these errors were encountered: