mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-18 06:03:42 +08:00
Update build.sh
This commit is contained in:
@@ -5,7 +5,6 @@ pwd
|
|||||||
|
|
||||||
while IFS= read -r theme; do
|
while IFS= read -r theme; do
|
||||||
echo "Building theme: $theme"
|
echo "Building theme: $theme"
|
||||||
rm -rf build/$theme
|
|
||||||
cd "$theme"
|
cd "$theme"
|
||||||
npm install
|
npm install
|
||||||
DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$version npm run build
|
DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$version npm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user