Skip to content

Commit bfcc5d8

Browse files
committed
chore: add --force to turbo build
1 parent f39be97 commit bfcc5d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)