chore: add tdesign
parent
ffd74a749f
commit
ec69318078
|
|
@ -41,12 +41,15 @@ stages:
|
||||||
- pnpm build:ele
|
- pnpm build:ele
|
||||||
- '# 执行编译命令naive'
|
- '# 执行编译命令naive'
|
||||||
- pnpm build:naive
|
- pnpm build:naive
|
||||||
|
- '# 执行编译命令tdesign'
|
||||||
|
- pnpm build:tdesign
|
||||||
artifacts:
|
artifacts:
|
||||||
- name: BUILD_ARTIFACT
|
- name: BUILD_ARTIFACT
|
||||||
path:
|
path:
|
||||||
- ./apps/web-antd/dist/
|
- ./apps/web-antd/dist/
|
||||||
- ./apps/web-ele/dist/
|
- ./apps/web-ele/dist/
|
||||||
- ./apps/web-naive/dist/
|
- ./apps/web-naive/dist/
|
||||||
|
- ./apps/web-tdesign/dist/
|
||||||
caches:
|
caches:
|
||||||
- ~/.npm
|
- ~/.npm
|
||||||
- ~/.yarn
|
- ~/.yarn
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue