From dfe7b3aabae251b2a226a8fb402930d040df5cc9 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Sun, 11 Feb 2024 22:26:17 +0100 Subject: [PATCH] trigger build --- src/Umbraco.Web.UI.Client/devops/tsconfig/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/devops/tsconfig/index.js b/src/Umbraco.Web.UI.Client/devops/tsconfig/index.js index 69ad7badaa..eb71b5c07a 100644 --- a/src/Umbraco.Web.UI.Client/devops/tsconfig/index.js +++ b/src/Umbraco.Web.UI.Client/devops/tsconfig/index.js @@ -3,7 +3,7 @@ import { format } from 'prettier'; import { createImportMap } from '../importmap/index.js'; const tsconfigPath = 'tsconfig.json'; -const tsconfigComment = `// Don't edit this file directly. It is generated by /devops/tsconfig/index.js\n\n`; +const tsconfigComment = `// Don't edit this file directly. It is generated by ./devops/tsconfig/index.js\n\n`; const tsConfigBase = { compilerOptions: {