mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
[GitHub] [Bug] Add nullish operator to dryRun check (#6496)
This commit is contained in:
parent
2d037fca96
commit
4b86dffcf9
@ -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<import("typedoc").TypeDocOptions>}
|
||||
|
Loading…
Reference in New Issue
Block a user