We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490134c commit bc61ce0Copy full SHA for bc61ce0
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
run: npm ci
37
38
- name: Build with Turbo (deps included)
39
- run: npx turbo run build --filter=${{ matrix.package }} --since=origin/main
+ run: npx turbo run build --filter=${{ matrix.package }}
40
41
- name: Ensure branch is up-to-date
42
run: git pull origin main --ff-only
0 commit comments