diff --git a/gulpfile.js b/gulpfile.js index 0dade96de37..6577eee0f1d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -47,7 +47,9 @@ var angularBuilder = { rebuildBrowserProdTree: throwToolsBuildMissingError, rebuildNodeTree: throwToolsBuildMissingError, rebuildDartTree: throwToolsBuildMissingError, - cleanup: function() {} + cleanup: function() { + return Promise.resolve(); + } }; (function checkNodeAndNpmVersions() {