1 Star 5 Fork 3

欧阳知渊/prd-web-extension-system

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cbg_compile.bat 368 Bytes
一键复制 编辑 原始数据 按行查看 历史
yangzhiyuan2151 提交于 2021-09-03 17:31 +08:00 . 1.3v版本更新
@echo off
Rem By Jiang,Chenjing 2020/2/13
echo "===>Starting compile cbgshop server source code..."
set workspace_path=%1
cd %workspace_path%
for /f "delims=" %%t in ('git rev-parse HEAD') do set commit_id=%%t
::build h5 resource.
npm install & cnpm i image-webpack-loader -D & npm run build:prod
echo "===>Compile done!"
exit %errorlevel%
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ouyangzhiyuan/prd-web-extension-system.git
git@gitee.com:ouyangzhiyuan/prd-web-extension-system.git
ouyangzhiyuan
prd-web-extension-system
prd-web-extension-system
master

搜索帮助