Jpom/script/release.bat

20 lines
720 B
Batchfile
Raw Normal View History

2022-03-09 22:19:22 +08:00
@REM
@REM Copyright (c) 2019 Code Technology Studio
2024-02-29 14:10:24 +08:00
@REM Jpom is licensed under Mulan PSL v2.
@REM You can use this software according to the terms and conditions of the Mulan PSL v2.
@REM You may obtain a copy of Mulan PSL v2 at:
@REM http://license.coscl.org.cn/MulanPSL2
@REM THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
@REM See the Mulan PSL v2 for more details.
2022-03-09 22:19:22 +08:00
@REM
2021-09-19 21:15:35 +08:00
@echo off
2022-03-09 22:19:22 +08:00
@REM <20><><EFBFBD>ٴ<EFBFBD><D9B4><EFBFBD><EFBFBD>Ŀ<EFBFBD>ű<EFBFBD>
2021-09-19 21:15:35 +08:00
2022-03-09 22:19:22 +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
2022-03-09 22:19:22 +08:00
@REM <20><><EFBFBD><EFBFBD> Java
2021-09-19 21:15:35 +08:00
call cd ../ && mvn clean package