Skip to content

Commit

Permalink
Chicken, meet egg.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble committed Nov 5, 2018
1 parent 816baa6 commit 8f25d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grpc-health-check/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gulp.task('clean.all', 'Delete all code created by tasks',
['clean.links']);

gulp.task('install', 'Install health check dependencies', ['clean.links'], () => {
return execa('npm', ['install', '--build-from-source', '--unsafe-perm'], {cwd: healthCheckDir, stdio: 'inherit'});
return execa('npm', ['install', '--unsafe-perm'], {cwd: healthCheckDir, stdio: 'inherit'});
});

gulp.task('link.add', 'Link local copy of grpc', () => {
Expand Down

0 comments on commit 8f25d0b

Please sign in to comment.