From 122e0976718d32d7d437768b478c17297f85664a Mon Sep 17 00:00:00 2001 From: DevAndromeda <46562212+DevAndromeda@users.noreply.github.com> Date: Tue, 19 Jul 2022 20:54:23 +0545 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Do=20not=20erase=20doc=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/docgen.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/docgen.js b/scripts/docgen.js index 2d0b7f2..b628ab0 100644 --- a/scripts/docgen.js +++ b/scripts/docgen.js @@ -1,11 +1,8 @@ /* eslint-disable */ const { runGenerator } = require("@discordjs/ts-docgen"); -const fs = require("node:fs"); runGenerator({ existingOutput: "docs/typedoc.json", custom: "docs/config.yml", output: "docs/docs.json" -}); - -fs.unlinkSync(`${__dirname}/../docs/typedoc.json`); \ No newline at end of file +}); \ No newline at end of file