fix: rm history build before building

This commit is contained in:
JustSong 2024-02-25 02:07:34 +08:00
parent 4c4a873890
commit 87c7c4f0e6

View File

@ -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