Przeglądaj źródła

Update gulpfile.js

David Catuhe 10 lat temu
rodzic
commit
c26986612a
1 zmienionych plików z 1 dodań i 1 usunięć
  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");
 });
 
 /**