From 8f4c6da6af788161d80edbf295e07989c055c4e1 Mon Sep 17 00:00:00 2001 From: --global <--global> Date: Mon, 11 Feb 2019 15:55:04 -0300 Subject: [PATCH] pre commit correcto --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 859f83b..50f74e6 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -66,7 +66,7 @@ gulp.task('post-install', function() { }); gulp.task('pre-commit', function() { - pump( + return pump( [ gulp.src(paths.srcJS), jshint('.jshintrc'), -- 1.9.1