Browse Source

Update gulpfile.js

Gary Hsu 7 năm trước cách đây
mục cha
commit
ea57992fce
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Tools/Gulp/gulpfile.js

+ 1 - 1
Tools/Gulp/gulpfile.js

@@ -957,7 +957,7 @@ gulp.task("typedoc-all", function (cb) {
  * Validate compile the code and check the comments and style case convention through typedoc
  */
 gulp.task("typedoc-check", function (cb) {
-    runSequence("typescript-compile", "typedoc-generate", "typedoc-validate", cb);
+    runSequence("typescript-compile", "gui", "loaders", "serializers", "typedoc-generate", "typedoc-validate", cb);
 });
 
 /**