mirror of https://github.com/grpc/grpc-node.git
Install reflection before xds library
This commit is contained in:
parent
0e6bfcc1a7
commit
5f889b2dd2
|
|
@ -23,7 +23,7 @@ import * as reflection from './packages/grpc-reflection/gulpfile';
|
|||
import * as protobuf from './packages/proto-loader/gulpfile';
|
||||
import * as internalTest from './test/gulpfile';
|
||||
|
||||
const installAll = gulp.series(protobuf.install, jsCore.install, healthCheck.install, internalTest.install, jsXds.install, reflection.install);
|
||||
const installAll = gulp.series(protobuf.install, jsCore.install, healthCheck.install, reflection.install, internalTest.install, jsXds.install);
|
||||
|
||||
const lint = gulp.parallel(jsCore.lint);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue