Update build.sh

This commit is contained in:
carey036 2024-03-01 12:28:49 +08:00 committed by GitHub
parent d9feec9a2d
commit 619321ab2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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