diff --git a/gulpfile.js b/gulpfile.js index 804f35282e..cd85d84a79 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1053,7 +1053,7 @@ gulp.task('!test.compiler_cli.codegen', function(done) { try { require('./dist/js/cjs/compiler_cli') .main("tools/compiler_cli/test") - .then(function() { done(); }) + .then(function() { runTsc('tools/compiler_cli/test', done); }) .catch(function(rej) { done(new Error(rej)); }); } catch (err) { done(err);