diff --git a/typedoc.config.js b/typedoc.config.js index 5c49a643a91..1f944cd544e 100644 --- a/typedoc.config.js +++ b/typedoc.config.js @@ -1,6 +1,6 @@ import { globSync } from "node:fs"; -const dryRun = !!process.env.DRY_RUN.match(/true/gi); +const dryRun = !!process.env.DRY_RUN?.match(/true/gi); /** * @type {Partial}