From ae83c5ec3d725518d8532520c24616ad3f76dbad Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Thu, 26 Jan 2023 15:34:49 +0100 Subject: [PATCH] Update icon script to generate SVG icons into the JSON file and .js files that are referenced/used --- src/Umbraco.Web.UI.Client/devops/icons/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/devops/icons/index.js b/src/Umbraco.Web.UI.Client/devops/icons/index.js index 432b5e63ef..8f5ad5283d 100644 --- a/src/Umbraco.Web.UI.Client/devops/icons/index.js +++ b/src/Umbraco.Web.UI.Client/devops/icons/index.js @@ -6,7 +6,7 @@ const path = pathModule.default; const getDirName = path.dirname; const glob = globModule.default; -const moduleDirectory = 'src/core/stores/icon/'; +const moduleDirectory = 'libs/store/icon/'; const iconsSVGDirectory = `${moduleDirectory}svgs/`; const iconsOutputDirectory = `public-assets/icons/`;