Skip to content

Commit 9d4d035

Browse files
committed
chore: remove --force from turbo calls
1 parent ae2b58a commit 9d4d035

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: dtinth/setup-github-actions-caching-for-turbo@v1
5050

5151
- name: Build
52-
run: pnpm turbo build --force
52+
run: pnpm turbo build
5353

5454
- name: Test
5555
run: pnpm turbo test

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
uses: dtinth/setup-github-actions-caching-for-turbo@v1
5151

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

5555
- name: Test
56-
run: pnpm turbo test --force
56+
run: pnpm turbo test
5757

5858
- name: Create Release Pull Request or Publish to npm
5959
id: changesets

0 commit comments

Comments
 (0)