diff --git a/api/api_gateway.go b/api/api_gateway.go index 9bc69cc0f96..66a820221bd 100644 --- a/api/api_gateway.go +++ b/api/api_gateway.go @@ -26,7 +26,7 @@ import ( // When adding / changing methods in this file: // * Do the change here // * Adjust implementation in `node/impl/` -// * Run `make gen` - this will: +// * Run `make clean && make deps && make gen` - this will: // * Generate proxy structs // * Generate mocks // * Generate markdown docs