From 71366e2a0d96024292cebd22dd6f998d75abb334 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Fri, 15 Feb 2019 17:03:50 -0800 Subject: [PATCH] chore: auto add filenames.auto.gni when md files are changed (#16995) --- filenames.auto.gni | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/filenames.auto.gni b/filenames.auto.gni index 84e91eb0c536..bbff60b9d66c 100644 --- a/filenames.auto.gni +++ b/filenames.auto.gni @@ -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", diff --git a/package.json b/package.json index a2fba3a78118..eeb773b2ed03 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ ], "docs/api/*.md": [ "node script/gen-filenames.js", - "git add" + "git add filenames.auto.gni" ] } }