mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
chore(build): add a script to run the ts compiler and send the new files to closure compiler (#5894)
* chore(build): add a script to run the ts compiler and send the new files to closure compiler * chore(build): clean up tsconfig * chore: apply suggestions from code review Cleanup from Chris Co-authored-by: Christopher Allen <cpcallen+github@gmail.com> Co-authored-by: Christopher Allen <cpcallen+github@gmail.com>
This commit is contained in:
@@ -29,6 +29,7 @@ module.exports = {
|
||||
buildLangfiles: buildTasks.langfiles,
|
||||
buildCompiled: buildTasks.compiled,
|
||||
buildAdvancedCompilationTest: buildTasks.advancedCompilationTest,
|
||||
buildTs: buildTasks.buildTypescript,
|
||||
// TODO(5621): Re-enable once typings generation is fixed.
|
||||
// checkin: gulp.parallel(buildTasks.checkinBuilt, typings.checkinTypings),
|
||||
checkin: gulp.parallel(buildTasks.checkinBuilt),
|
||||
|
||||
Reference in New Issue
Block a user