Skip to content

Commit eda34a2

Browse files
author
echoVic
committed
ci: 将构建共享包改为构建CLI包
1 parent b123ec7 commit eda34a2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
- name: Install dependencies
4848
run: pnpm install --frozen-lockfile
4949

50-
- name: Build shared package
51-
run: pnpm build:shared
50+
- name: Build CLI package
51+
run: pnpm build:cli
5252

5353
- name: Run unit tests
5454
run: pnpm --filter blade-code test:unit
@@ -105,8 +105,8 @@ jobs:
105105
- name: Install dependencies
106106
run: pnpm install --frozen-lockfile
107107

108-
- name: Build shared package
109-
run: pnpm build:shared
108+
- name: Build CLI package
109+
run: pnpm build:cli
110110

111111
- name: Run tests with coverage
112112
run: pnpm --filter blade-code test:coverage
@@ -165,8 +165,8 @@ jobs:
165165
- name: Install dependencies
166166
run: pnpm install --frozen-lockfile
167167

168-
- name: Build shared package
169-
run: pnpm build:shared
168+
- name: Build CLI package
169+
run: pnpm build:cli
170170

171171
- name: Run security tests
172172
run: pnpm --filter blade-code test:security

0 commit comments

Comments
 (0)