Skip to content

Commit

Permalink
fix: build 脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglu committed Mar 31, 2022
1 parent 227bf90 commit fa695b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ rsync -r -P ui/website/build/* public/
echo '构建管理页面'
cd ui/admin && pnpm build && cd ../../
rsync -r -P ui/admin/dist/* public/admin/
sed -i 's/\/assets/\/admin\/assets/g' public/admin/index.html
echo "构建后端"
go build .
echo "完成"
Expand Down

0 comments on commit fa695b8

Please sign in to comment.