Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
0aea905d
Unverified
Commit
0aea905d
authored
Apr 03, 2018
by
lieil
Committed by
GitHub
Apr 03, 2018
Browse files
优化一键编译部署脚本
安装阿里cnpm镜像工具、确保首次编译node项目依赖环境
parent
40783250
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/util/lazy.sh
View file @
0aea905d
...
...
@@ -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
\ No newline at end of file
./deploy/util/upload.sh
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment