build(copy-dist): fix path to excalidraw fonts

pull/1421/head
Panagiotis Papadopoulos 2025-03-12 08:56:47 +07:00
parent 2463e44bf8
commit d088c8e5b2
1 changed files with 1 additions and 1 deletions

@ -68,7 +68,7 @@ try {
]); ]);
const nodeModulesFolder = new Set([ const nodeModulesFolder = new Set([
"node_modules/@excalidraw/excalidraw/dist/fonts/", "node_modules/@excalidraw/excalidraw/dist/prod/fonts/",
"node_modules/katex/dist/", "node_modules/katex/dist/",
"node_modules/dayjs/", "node_modules/dayjs/",
"node_modules/boxicons/css/", "node_modules/boxicons/css/",