Skip to content

Commit bc61ce0

Browse files
committed
chore: fix build config
1 parent 490134c commit bc61ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: npm ci
3737

3838
- name: Build with Turbo (deps included)
39-
run: npx turbo run build --filter=${{ matrix.package }} --since=origin/main
39+
run: npx turbo run build --filter=${{ matrix.package }}
4040

4141
- name: Ensure branch is up-to-date
4242
run: git pull origin main --ff-only

0 commit comments

Comments
 (0)