mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-04 12:58:24 +08:00
10 lines
163 B
Batchfile
10 lines
163 B
Batchfile
@echo off
|
|
|
|
@REM 快速打包项目脚本
|
|
|
|
@REM 构建前端
|
|
call cd ../ && cd web-vue && npm i && npm run build
|
|
|
|
@REM 构建 Java
|
|
call cd ../ && mvn clean package
|