From 847385715ab52ce6bd7946e89757fa4da3840beb Mon Sep 17 00:00:00 2001 From: alschmiedt Date: Mon, 20 Jan 2020 20:53:36 -0800 Subject: [PATCH] Rebuilds typings for release script (#3612) --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index 63dfbba93..d298bec7f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -973,6 +973,7 @@ gulp.task('recompile', gulp.series([ done(); }, 'build', + 'typings', function(done) { console.log('push-rebuild-branch: committing rebuild'); execSync('git commit -am "Rebuild"', { stdio: 'inherit' });