update pipeline-20251103.yml

pull/272/head
xingyu 2025-11-03 02:31:22 +00:00 committed by Gitee
parent a7836137ef
commit 67bb3da219
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
version: '1.0'
name: pipeline-20251103
displayName: pipeline-20251103
displayName: master-build
triggers:
trigger: auto
push:
@ -15,7 +15,7 @@ triggers:
- cron: '* * * 1 * ? *'
stages:
- name: stage-72bb5db9
displayName: 未命名
displayName: build
strategy: naturally
trigger: auto
executor: []
@ -30,6 +30,10 @@ stages:
- ''
- npm add -g pnpm
- ''
- pnpm lint
- ''
- pnpm check
- ''
- '# 执行编译命令'
- pnpm i && pnpm build:antd
artifacts: