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
We currently have this kinda weird separation between the commands run for building a MUD project and the commands used by deploy, where an update to one may miss another (see #1801).
We could simplify the build script in projects by exposing a mud build that knows what to do (tablegen + worldgen + forge build + abi-ts) and use that ahead of all deploys (until we add better incremental change detection).
The text was updated successfully, but these errors were encountered:
We currently have this kinda weird separation between the commands run for building a MUD project and the commands used by deploy, where an update to one may miss another (see #1801).
We could simplify the
build
script in projects by exposing amud build
that knows what to do (tablegen + worldgen + forge build + abi-ts) and use that ahead of all deploys (until we add better incremental change detection).The text was updated successfully, but these errors were encountered: