From 87c7c4f0e6f59df96fdf062dd1045aaadc55d205 Mon Sep 17 00:00:00 2001 From: JustSong Date: Sun, 25 Feb 2024 02:07:34 +0800 Subject: [PATCH] fix: rm history build before building --- web/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/web/build.sh b/web/build.sh index 252bf943..b59babe4 100644 --- a/web/build.sh +++ b/web/build.sh @@ -5,6 +5,7 @@ pwd while IFS= read -r theme; do echo "Building theme: $theme" + rm -r build/$theme cd "$theme" npm install DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$version npm run build