From 25e0dc33552dfacf518f46af91da21a7c2072ab5 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 11 Jan 2025 17:04:07 +0200 Subject: [PATCH] fix(electron): copy dist not working due to missing lib --- bin/copy-dist.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/copy-dist.ts b/bin/copy-dist.ts index d594dcdb9..fc2e3b2ff 100644 --- a/bin/copy-dist.ts +++ b/bin/copy-dist.ts @@ -87,7 +87,6 @@ const copy = async () => { "node_modules/panzoom/dist/", "node_modules/i18next/", "node_modules/i18next-http-backend/", - "node_modules/eslint/bin/", "node_modules/jsplumb/dist/", "node_modules/vanilla-js-wheel-zoom/dist/", "node_modules/mark.js/dist/",