ZPY博客

Jenkins自动化部署-前端篇(angular项目)

与后台项目打包设置相似,主要是打包的命令不一样

新建一个自由风格的项目

执行shell命令并拷到远程服务器上

source /etc/profile
cnpm cache verify
cnpm install
cnpm run build -- --dev