fix: Fix faas deploy mkdir error (#14952)

pull/14958/head
iamkun 2019-04-03 16:03:47 +08:00 committed by hetech
parent c6b6b09b78
commit 3fc5b5a140
1 changed files with 1 additions and 1 deletions

View File

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