Update build.sh
This commit is contained in:
parent
d9feec9a2d
commit
619321ab2e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user