Skip to content

Commit

Permalink
ci: regenerate discovery types on post-processing (#1371)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarowolfx authored Jun 6, 2024
1 parent 8155b90 commit ca8a495
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@
"""This script is used to synthesize generated parts of this library."""

import synthtool.languages.node as node
from synthtool import shell

node.owlbot_main(templates_excludes=['.github/bug-report.md'])

# Regenerate Discovery types.
shell.run(('npm','run','types'))
node.fix()

0 comments on commit ca8a495

Please sign in to comment.