From 619321ab2e051d5bc407c48a5c8034e0c47903a4 Mon Sep 17 00:00:00 2001 From: carey036 <45777074+carey036@users.noreply.github.com> Date: Fri, 1 Mar 2024 12:28:49 +0800 Subject: [PATCH] Update build.sh --- web/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/web/build.sh b/web/build.sh index eabc0b3d..252bf943 100644 --- a/web/build.sh +++ b/web/build.sh @@ -5,7 +5,6 @@ pwd while IFS= read -r theme; do echo "Building theme: $theme" - rm -rf build/$theme cd "$theme" npm install DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$version npm run build