From a9cbcbf19cec6a5b9362d69b4804118c1cb1f338 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sun, 4 May 2025 01:36:44 +0200 Subject: [PATCH] Scripts: remove unneeded patch NSI --- scripts/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 8a26aade72..e3619b7565 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -26,7 +26,6 @@ fi cp node_modules/name-suggestion-index/dist/nsi.min.json public/assets/data/nsi cp node_modules/name-suggestion-index/dist/wikidata.min.json public/assets/data/nsi -vite-node scripts/nsiLogos.ts -- patch export NODE_OPTIONS=--max-old-space-size=32000 which vite