diff --git a/gulpfile.js b/gulpfile.js index 78013949..be06d54e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -65,11 +65,4 @@ gulp.task('build-website', function(cb){ gulp.task('sync', function(cb){ runSequence('commit','push'); -}); - -gulp.task('test', function(cb){ - runSequence('compile', - 'clone-vscode-website', - 'generate-api-doc', - 'compile-all'); }); \ No newline at end of file