添加快速打包脚本

This commit is contained in:
bwcx_jzy 2021-09-19 21:11:09 +08:00
parent 33eb189ab0
commit e1198917e3

9
script/release.sh Normal file
View File

@ -0,0 +1,9 @@
#!/bin/bash
# 快速打包项目脚本
# 构建前端
cd ../ && cd web-vue && npm i && npm run build
# 构建 Java
cd ../ && mvn clean package