This commit is contained in:
Bibo Hao
2024-12-22 20:24:44 +08:00
committed by GitHub
17 changed files with 69 additions and 53 deletions

View File

@@ -8,6 +8,7 @@ while IFS= read -r theme; do
rm -r build/$theme
cd "$theme"
npm install
jq ".homepage=\"${REACT_APP_BASE_URL}\"" package.json > tmp.json && mv tmp.json package.json ;
DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$version npm run build
cd ..
done < THEMES