build(zone.js): add changelog gulptask for zone.js (#31852)

PR Close #31852
This commit is contained in:
JiaLiPassion
2019-07-25 23:50:39 -07:00
committed by Miško Hevery
parent 6033446d2d
commit 30673090ec
4 changed files with 60 additions and 2 deletions

View File

@ -53,6 +53,7 @@ gulp.task('tools:build', loadTask('tools-build'));
gulp.task('check-cycle', loadTask('check-cycle'));
gulp.task('serve', loadTask('serve', 'default'));
gulp.task('changelog', loadTask('changelog'));
gulp.task('changelog:zonejs', loadTask('changelog-zonejs'));
gulp.task('check-env', () => {/* this is a noop because the env test ran already above */});
gulp.task('cldr:extract', loadTask('cldr', 'extract'));
gulp.task('cldr:download', loadTask('cldr', 'download'));