Skip to content

Commit

Permalink
fix: updates the release task to build typings for msgs (google#5495)
Browse files Browse the repository at this point in the history
  • Loading branch information
alschmiedt authored Sep 23, 2021
1 parent 33e6471 commit 1504c99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/gulpfiles/release_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ const rebuildAll = gulp.series(
buildTasks.build,
buildTasks.checkinBuilt,
typings.typings,
typings.msgTypings,
typings.checkinTypings,
);

Expand Down

0 comments on commit 1504c99

Please sign in to comment.