mirror of https://github.com/grpc/grpc-node.git
Make gulp setup idempotent
This commit is contained in:
parent
61f969a1ba
commit
de9832889e
|
|
@ -36,7 +36,7 @@ gulp.task('clean.links', 'Delete npm links', () => {
|
|||
gulp.task('clean.all', 'Delete all code created by tasks',
|
||||
['clean.links']);
|
||||
|
||||
gulp.task('install', 'Install health check dependencies', () => {
|
||||
gulp.task('install', 'Install health check dependencies', ['clean.links'], () => {
|
||||
return execa('npm', ['install', '--unsafe-perm'], {cwd: healthCheckDir, stdio: 'inherit'});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue