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