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: steps:
- name: 依赖更新 - name: 依赖更新
commands: commands:
- su root - npm install
- pnpm install
- name: apps/web 项目构建 - name: apps/web 项目构建
commnads: commnads:
- pnpm build:web - npm run build:web
- name: 发布web服务器 - name: 发布web服务器
commands: commands: