build: remove obsolete build related tools and helper scripts (#34058)

none of these files are needed any more as they were replaced by Bazel.

PR Close #34058
This commit is contained in:
Igor Minar
2019-11-22 16:45:46 -08:00
committed by Miško Hevery
parent df6d6e0b1d
commit d251f22ebd
11 changed files with 0 additions and 604 deletions

View File

@ -51,7 +51,6 @@ gulp.task('validate-commit-messages', loadTask('validate-commit-message'));
gulp.task('source-map-test', loadTask('source-map-test'));
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 */});