📝 Do not erase doc file
This commit is contained in:
parent
287981933e
commit
122e097671
1 changed files with 1 additions and 4 deletions
|
@ -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`);
|
||||
});
|
Loading…
Reference in a new issue