浏览代码

Update gulpfile.js

David Catuhe 10 年之前
父节点
当前提交
c26986612a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Tools/Gulp/gulpfile.js

+ 1 - 1
Tools/Gulp/gulpfile.js

@@ -104,7 +104,7 @@ gulp.task("build", ["workers", "shaders"], function () {
 });
 
 gulp.task("typescript", function(cb) {
-    runSequence("typescript-compile", "build");
+    runSequence("typescript-compile", "default");
 });
 
 /**