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 don't want stale data to persist between builds. right now, we're explicitly deleting the errors.pb file and the external module stubs directory in the build directory before rebuilding. but we also need main.go to regenerate—we should just delete the entire build directory before regenerating it.
we don't want stale data to persist between builds. right now, we're explicitly deleting the
errors.pb
file and the external module stubs directory in the build directory before rebuilding. but we also needmain.go
to regenerate—we should just delete the entire build directory before regenerating it.this will fix #1451
The text was updated successfully, but these errors were encountered: