chore: 更新项目打包脚本

This commit is contained in:
RockYang
2023-07-16 09:55:00 +08:00
parent 50bdc01484
commit 10892812c3
2 changed files with 3 additions and 3 deletions

View File

@@ -2,11 +2,11 @@
version=$1
# build go api
cd ../api/go
cd ../api
make clean linux
# build web app
cd ../../web
cd ../web
npm run build
cd ../docker