Skip to content

Commit

Permalink
发布 v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Oct 7, 2021
1 parent 7169124 commit df925bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ xiang: bindata
release: clean
mkdir -p dist/release
git clone https://github.com/YaoApp/xiang dist/release
git clone https://github.com/YaoApp/kun dist/kun
git clone https://github.com/YaoApp/xun dist/xun
git clone https://github.com/YaoApp/gou dist/gou

# UI制品
git clone https://github.com/YaoApp/xiang-ui .tmp/ui
Expand Down Expand Up @@ -183,6 +186,7 @@ hi:
.PHONY: clean
clean:
rm -rf ./tmp
rm -rf .tmp
rm -rf dist


Expand Down

0 comments on commit df925bf

Please sign in to comment.