replace make all with make deps according to review

This commit is contained in:
Arsenii Petrovich
2023-03-09 02:10:22 +02:00
committed by GitHub
parent a450e74954
commit 4427986ac1
+1 -1
View File
@@ -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