mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: auto add filenames.auto.gni when md files are changed (#16995)
This commit is contained in:
@@ -71,6 +71,7 @@ auto_filenames = {
|
||||
"docs/api/structures/custom-scheme.md",
|
||||
"docs/api/structures/desktop-capturer-source.md",
|
||||
"docs/api/structures/display.md",
|
||||
"docs/api/structures/event.md",
|
||||
"docs/api/structures/file-filter.md",
|
||||
"docs/api/structures/gpu-feature-status.md",
|
||||
"docs/api/structures/io-counters.md",
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
],
|
||||
"docs/api/*.md": [
|
||||
"node script/gen-filenames.js",
|
||||
"git add"
|
||||
"git add filenames.auto.gni"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user