blog-weixin/make.sh

7 lines
97 B
Bash
Executable File

#!/usr/bin/env bash
# 项目编译启动脚本
mvn clean
mvn install -e -Dmaven.test.skip=true