mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-30 10:58:14 +08:00
33 lines
1.3 KiB
Batchfile
33 lines
1.3 KiB
Batchfile
@REM
|
||
@REM The MIT License (MIT)
|
||
@REM
|
||
@REM Copyright (c) 2019 Code Technology Studio
|
||
@REM
|
||
@REM Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||
@REM this software and associated documentation files (the "Software"), to deal in
|
||
@REM the Software without restriction, including without limitation the rights to
|
||
@REM use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
||
@REM the Software, and to permit persons to whom the Software is furnished to do so,
|
||
@REM subject to the following conditions:
|
||
@REM
|
||
@REM The above copyright notice and this permission notice shall be included in all
|
||
@REM copies or substantial portions of the Software.
|
||
@REM
|
||
@REM THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||
@REM IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||
@REM FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||
@REM COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||
@REM IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||
@REM CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||
@REM
|
||
|
||
@echo off
|
||
|
||
@REM <20><><EFBFBD>ٴ<EFBFBD><D9B4><EFBFBD><EFBFBD>Ŀ<EFBFBD>ű<EFBFBD>
|
||
|
||
@REM <20><><EFBFBD><EFBFBD>ǰ<EFBFBD><C7B0>
|
||
call cd ../ && cd web-vue && npm i && npm run build
|
||
|
||
@REM <20><><EFBFBD><EFBFBD> Java
|
||
call cd ../ && mvn clean package
|