File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments