1 Star 0 Fork 148

zypsep/jenkins-saas-housekeeper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
buildfront.sh 884 Bytes
一键复制 编辑 原始数据 按行查看 历史
zypsep 提交于 2023-10-23 07:37 . update buildfront.sh.
#!/bin/bash
rm -rf html
mkdir html
npm config set registry https://registry.npm.taobao.org
cd saas-housekeeper-web-customer
npm i --legacy-peer-deps
npm cache clear --force
npm cache verify
rm -rf package-lock.json
npm run build
cd ..
mv saas-housekeeper-web-customer/dist html/customer
cd saas-housekeeper-web-super-admin
npm i --legacy-peer-deps
npm cache clear --force
npm cache verify
rm -rf package-lock.json
npm run build
cd ..
mv saas-housekeeper-web-super-admin/dist html/super-admin
cd saas-housekeeper-web-tenant
npm i --legacy-peer-deps
npm cache clear --force
npm cache verify
rm -rf package-lock.json
npm run build
cd ..
mv saas-housekeeper-web-tenant/dist html/tenant
cd saas-housekeeper-web-worker
npm i --legacy-peer-deps
npm cache clear --force
npm cache verify
rm -rf package-lock.json
npm run build
cd ..
mv saas-housekeeper-web-worker/dist html/worker
pwd
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/zypsep/jenkins-saas-housekeeper.git
git@gitee.com:zypsep/jenkins-saas-housekeeper.git
zypsep
jenkins-saas-housekeeper
jenkins-saas-housekeeper
jenkins

搜索帮助