Skip to content

Commit e308519

Browse files
committed
add mcp build prereq
1 parent ba617a6 commit e308519

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cli-regression-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131

3232
- name: Build CLI package
3333
run: |
34-
yarn build
34+
yarn build:lib
35+
yarn workspace @vue-skuilder/mcp build
3536
yarn workspace @vue-skuilder/cli build
3637
3738
- name: Create test directory

0 commit comments

Comments
 (0)