fix: updates the release task to build typings for msgs (#5495)

This commit is contained in:
alschmiedt
2021-09-22 17:08:26 -07:00
committed by GitHub
parent 33e6471902
commit 1504c999b8

View File

@@ -155,6 +155,7 @@ const rebuildAll = gulp.series(
buildTasks.build,
buildTasks.checkinBuilt,
typings.typings,
typings.msgTypings,
typings.checkinTypings,
);