Skip to content

Commit b9d3772

Browse files
committed
fix: use turbo build instead of build:libs to respect dependency order
1 parent 2a17242 commit b9d3772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
bun-version: 1.0.0
3737
- name: Install dependencies
3838
run: bun install
39-
- name: Build libraries
40-
run: bun run build:libs
39+
- name: Build all packages
40+
run: turbo build
4141
- name: Run tests
4242
run: |
4343
cd svelte

0 commit comments

Comments
 (0)