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