clean up gulp file
This commit is contained in:
Родитель
6b68ac8d9d
Коммит
747a1fff07
|
@ -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');
|
||||
});
|
Загрузка…
Ссылка в новой задаче