mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-29 10:28:39 +08:00
添加快速打包脚本
This commit is contained in:
parent
e1198917e3
commit
c828072eba
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -1,4 +1,4 @@
|
||||
* text=auto
|
||||
*.jar binary
|
||||
*.sh text working-tree-encoding=UTF-8 eol=lf
|
||||
*.bat text working-tree-encoding=GBK eol=crlf
|
||||
*.sh text eol=lf
|
||||
*.bat text eol=crlf
|
||||
|
9
script/release.bat
Normal file
9
script/release.bat
Normal file
@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
|
||||
@REM 快速打包项目脚本
|
||||
|
||||
@REM 构建前端
|
||||
call cd ../ && cd web-vue && npm i && npm run build
|
||||
|
||||
@REM 构建 Java
|
||||
call cd ../ && mvn clean package
|
Loading…
Reference in New Issue
Block a user