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
As of writing this issue, most components are packaged with their own scripts. What's unfortunate is that there is a lot of duplication of the packaging logic across those individual scripts, and some features (e.g. the --local-run flag) are not supported by all of them.
A better architecture seems like it'd have component type implementing a common interface, and then common code would process a "class instance" for each component.
In the meantime, it'd be nice if we can at least use common packaging functions/setup across all of the components.
The text was updated successfully, but these errors were encountered:
As of writing this issue, most components are packaged with their own scripts. What's unfortunate is that there is a lot of duplication of the packaging logic across those individual scripts, and some features (e.g. the
--local-run
flag) are not supported by all of them.A better architecture seems like it'd have component type implementing a common interface, and then common code would process a "class instance" for each component.
In the meantime, it'd be nice if we can at least use common packaging functions/setup across all of the components.
The text was updated successfully, but these errors were encountered: