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
Only rerun the build script if proto/events.proto changes (vectordotdev#469)
By default, the build script is run if any source changes. This change
scopes it to just the one source file that it uses, which speeds up some
incremental changes (to benchmarks, for example).
0 commit comments