mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-29 18:38:32 +08:00
添加快速打包脚本
This commit is contained in:
parent
33eb189ab0
commit
e1198917e3
9
script/release.sh
Normal file
9
script/release.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 快速打包项目脚本
|
||||
|
||||
# 构建前端
|
||||
cd ../ && cd web-vue && npm i && npm run build
|
||||
|
||||
# 构建 Java
|
||||
cd ../ && mvn clean package
|
Loading…
Reference in New Issue
Block a user