diff --git a/gulpfile.js b/gulpfile.js index 3c7e9a6..da664df 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -94,5 +94,5 @@ task( "clean", () => // Default task. task( "default", cb => - runSequence( "lint", "benchmark", "test", cb ) + runSequence( "lint", "test", cb ) );