Chore: update build script (#15779)

This commit is contained in:
luckyCao
2019-05-30 15:41:51 +08:00
committed by GitHub
parent 1fa2436dfc
commit db38f568b4
3 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ cd temp_web
git clone --depth 1 -b gh-pages --single-branch https://github.com/ElemeFE/element.git && cd element
# build sub folder
SUB_FOLDER='2.8'
SUB_FOLDER='2.9'
mkdir -p $SUB_FOLDER
rm -rf *.js *.css *.map static
rm -rf $SUB_FOLDER/**
@@ -16,4 +16,4 @@ cd ../..
# deploy domestic site
faas deploy alpha -P element
rm -rf temp_web
rm -rf temp_web