fix: build err when rm history build before building
This commit is contained in:
parent
3f956cfa46
commit
d9feec9a2d
@ -5,7 +5,7 @@ pwd
|
|||||||
|
|
||||||
while IFS= read -r theme; do
|
while IFS= read -r theme; do
|
||||||
echo "Building theme: $theme"
|
echo "Building theme: $theme"
|
||||||
rm -r build/$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
|
||||||
|
Loading…
Reference in New Issue
Block a user