ci: ci 更新

This commit is contained in:
mozzie 2023-03-05 17:31:09 +08:00
parent c018d3f416
commit e3d052774a

View File

@ -6,12 +6,11 @@ name: backset.cn ci
steps:
- name: 依赖更新
commands:
- su root
- pnpm install
- npm install
- name: apps/web 项目构建
commnads:
- pnpm build:web
- npm run build:web
- name: 发布web服务器
commands: