mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vben.git
synced 2025-12-30 02:22:25 +00:00
update pipeline-20251103.yml
This commit is contained in:
@@ -27,19 +27,26 @@ stages:
|
||||
commands:
|
||||
- '# 设置NPM源,提升安装速度'
|
||||
- npm config set registry https://registry.npmmirror.com
|
||||
- ''
|
||||
- '# 安装pnpm'
|
||||
- npm add -g pnpm
|
||||
- ''
|
||||
- '# 安装依赖'
|
||||
- pnpm i
|
||||
- '# 检查lint'
|
||||
- pnpm lint
|
||||
- ''
|
||||
- '# 检查check'
|
||||
- pnpm check
|
||||
- ''
|
||||
- '# 执行编译命令'
|
||||
- pnpm i && pnpm build:antd
|
||||
- '# 执行编译命令antd'
|
||||
- pnpm build:antd
|
||||
- '# 执行编译命令ele'
|
||||
- pnpm build:ele
|
||||
- '# 执行编译命令naive'
|
||||
- pnpm build:naive
|
||||
artifacts:
|
||||
- name: BUILD_ARTIFACT
|
||||
path:
|
||||
- ./apps/web-antd/dist/
|
||||
- ./apps/web-ele/dist/
|
||||
- ./apps/web-naive/dist/
|
||||
caches:
|
||||
- ~/.npm
|
||||
- ~/.yarn
|
||||
|
||||
Reference in New Issue
Block a user