diff --git a/build/deploy-faas.sh b/build/deploy-faas.sh index 04a40f5d..b9f2ad52 100644 --- a/build/deploy-faas.sh +++ b/build/deploy-faas.sh @@ -7,7 +7,7 @@ git clone --depth 1 -b gh-pages --single-branch https://github.com/ElemeFE/eleme # build sub folder SUB_FOLDER='2.7' -mkdir $SUB_FOLDER +mkdir -p $SUB_FOLDER rm -rf *.js *.css *.map static rm -rf $SUB_FOLDER/** cp -rf ../../examples/element-ui/** .