Skip to content

Commit 62968f2

Browse files
committed
fix(ci): missing script
1 parent 927e8b4 commit 62968f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: pnpm install
3434

3535
- name: Build packages
36-
run: pnpm run packages:build
36+
run: pnpm run build:packages
3737

3838
- name: Test
3939
run: pnpm run test

0 commit comments

Comments
 (0)