优化一键编译部署脚本
安装阿里cnpm镜像工具、确保首次编译node项目依赖环境
This commit is contained in:
@@ -13,8 +13,12 @@ mvn clean
|
||||
mvn package
|
||||
|
||||
cd ./litemall-admin
|
||||
# 安装阿里node镜像工具
|
||||
npm install -g cnpm --registry=https://registry.npm.taobao.org
|
||||
# 安装node项目依赖环境
|
||||
cnpm install
|
||||
cnpm run build:prod
|
||||
|
||||
cd ..
|
||||
echo $PWD
|
||||
./deploy/util/upload.sh
|
||||
./deploy/util/upload.sh
|
||||
|
||||
Reference in New Issue
Block a user