Jpom/script/release.bat

10 lines
149 B
Batchfile
Raw Normal View History

2021-09-19 21:15:35 +08:00
@echo off
2021-09-19 21:16:16 +08:00
@REM <20><><EFBFBD>ٴ<EFBFBD><D9B4><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD>ű<EFBFBD>
2021-09-19 21:15:35 +08:00
2021-09-19 21:16:16 +08:00
@REM <20><><EFBFBD><EFBFBD>ǰ<EFBFBD><C7B0>
2021-09-19 21:15:35 +08:00
call cd ../ && cd web-vue && npm i && npm run build
2021-09-19 21:16:16 +08:00
@REM <20><><EFBFBD><EFBFBD> Java
2021-09-19 21:15:35 +08:00
call cd ../ && mvn clean package