mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-10-15 07:20:26 +00:00
fix: rm history build before building
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user