David Catuhe 10 лет назад
Родитель
Сommit
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");
 });
 
 /**