Skip to content

Commit 9ff152a

Browse files
committed
fix(ci): fix command build
1 parent 03a381b commit 9ff152a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: pnpm install
5151

5252
- name: Build
53-
run: pnpm build
53+
run: pnpm core:build
5454

5555
- name: Typecheck
5656
run: pnpm typecheck
@@ -72,7 +72,7 @@ jobs:
7272
run: pnpm install
7373

7474
- name: Build
75-
run: pnpm build
75+
run: pnpm core:build
7676

7777
- name: Test
7878
run: pnpm test

0 commit comments

Comments
 (0)