Commit a2aefed9 authored by Junling Bu's avatar Junling Bu
Browse files

Merge branch 'lgs3137-patch-8'

parents 40783250 0aea905d
...@@ -13,8 +13,12 @@ mvn clean ...@@ -13,8 +13,12 @@ mvn clean
mvn package mvn package
cd ./litemall-admin cd ./litemall-admin
# 安装阿里node镜像工具
npm install -g cnpm --registry=https://registry.npm.taobao.org
# 安装node项目依赖环境
cnpm install
cnpm run build:prod cnpm run build:prod
cd .. cd ..
echo $PWD echo $PWD
./deploy/util/upload.sh ./deploy/util/upload.sh
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment