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
Which means that if we make certain kinds of changes in the tree, we'll get build errors after pulling the latest main. The fix for this is to update our build tasks to do cleaning rather than relying on prebuild to call it for us.
The text was updated successfully, but these errors were encountered:
ghost
added
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Aug 25, 2021
@sadasant A lot of the packages updated in #17123 are autogenerated. We should skip making changes to them manually. Instead, the changes should be done in the code generator and the package should be updated whenever the package owner decides to make ship the next update.
Rush doesn't actually run/support prebuild when doing rush build / rush rebuild:
microsoft/rushstack#830
Which means that if we make certain kinds of changes in the tree, we'll get build errors after pulling the latest main. The fix for this is to update our
build
tasks to do cleaning rather than relying onprebuild
to call it for us.The text was updated successfully, but these errors were encountered: