replace make all with make deps according to review
This commit is contained in:
parent
a450e74954
commit
4427986ac1
@ -25,7 +25,7 @@ import (
|
||||
// When adding / changing methods in this file:
|
||||
// * Do the change here
|
||||
// * Adjust implementation in `node/impl/`
|
||||
// * Run `make clean && make all && make gen` - this will:
|
||||
// * Run `make clean && make deps && make gen` - this will:
|
||||
// * Generate proxy structs
|
||||
// * Generate mocks
|
||||
// * Generate markdown docs
|
||||
|
Loading…
Reference in New Issue
Block a user