Skip to content

Commit

Permalink
build: Running the license script for files in the types folder (#2066)
Browse files Browse the repository at this point in the history
Running the license script for files in the types/ folder. This ensures that the license header is included for any files written by owlbot in the types/ folder.
  • Loading branch information
MarkDuckworth authored Jun 11, 2024
1 parent 337641a commit 672e6d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
shell.run(('rm', '-rf', 'dev/samples/generated'), hide_output = False)

shell.run(('node', 'scripts/license.js', 'dev/protos'), hide_output = False)
shell.run(('node', 'scripts/license.js', 'types'), hide_output = False)

node.fix() # fix formatting

Expand Down

0 comments on commit 672e6d8

Please sign in to comment.