Skip to content

Commit 4d82546

Browse files
committed
chore: add --force to turbo build
1 parent bc7fd94 commit 4d82546

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
@@ -50,7 +50,7 @@ jobs:
5050
uses: dtinth/setup-github-actions-caching-for-turbo@v1
5151

5252
- name: Build
53-
run: pnpm turbo build
53+
run: pnpm turbo build --force
5454

5555
- name: Test
5656
run: pnpm turbo test

0 commit comments

Comments
 (0)