From 2fc53b4b8f4ec46cfd53a43c4a2312efa685725d Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Thu, 14 Dec 2023 11:28:04 +0100 Subject: [PATCH] fix: site root always exists --- src/commands/types.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/types.d.ts b/src/commands/types.d.ts index f776e22570e..966ecf7c71a 100644 --- a/src/commands/types.d.ts +++ b/src/commands/types.d.ts @@ -7,7 +7,7 @@ import StateConfig from '../utils/state-config.js' type $TSFixMe = any; export type NetlifySite = { - root?: string + root: string configPath?: string siteId?: string get id(): string | undefined