diff --git a/packages/grpc-health-check/gulpfile.js b/packages/grpc-health-check/gulpfile.js index 6fcd1804..09ac9115 100644 --- a/packages/grpc-health-check/gulpfile.js +++ b/packages/grpc-health-check/gulpfile.js @@ -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'}); });