mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
chore: never cache doc generation
This commit is contained in:
@@ -175,10 +175,12 @@
|
||||
"docs/**",
|
||||
"!docs/docs.json",
|
||||
"!docs/docs.api.json",
|
||||
"!docs/*/split/**",
|
||||
"tsconfig.docs.json"
|
||||
],
|
||||
"outputs": ["dist-docs/**", "docs/docs.json", "docs/docs.api.json"],
|
||||
"outputMode": "errors-only"
|
||||
"outputs": ["dist-docs/**", "docs/docs.json", "docs/docs.api.json", "docs/*/split/**"],
|
||||
"outputMode": "errors-only",
|
||||
"cache": false
|
||||
},
|
||||
"changelog": {
|
||||
"inputs": ["cliff.toml"],
|
||||
|
||||
Reference in New Issue
Block a user