Skip to content

Commit 672e6d8

Browse files
build: Running the license script for files in the types folder (#2066)
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.
1 parent 337641a commit 672e6d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
shell.run(('rm', '-rf', 'dev/samples/generated'), hide_output = False)
230230

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

233234
node.fix() # fix formatting
234235

0 commit comments

Comments
 (0)