Skip to content

Commit d03f4f6

Browse files
committed
refactor: merge-checks
1 parent 8f35e0b commit d03f4f6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ jobs:
7070
- name: 🔨 Build
7171
run: pnpm run build
7272
- name: 🕵️ Merge Checks
73-
run: pnpm run merge-checks --continue
74-
- name: 🧹 Check for deduped dependencies
75-
run: pnpm exec turbo check-deduped-deps
73+
run: pnpm run merge-checks
7674
- name: ⚙️ Upload GPA Calculator
7775
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7876
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"typesync": "typesync",
1616
"typesync:check": "typesync --dry=fail",
1717
"check-deduped-deps": "pnpm dedupe --check --prefer-offline",
18-
"merge-checks": "turbo run typecheck knip lint format:check manypkg typesync:check test"
18+
"merge-checks": "turbo run typecheck knip lint format:check manypkg typesync:check test --continue=dependencies-successful && turbo check-deduped-deps"
1919
},
2020
"devDependencies": {
2121
"@commitlint/cli": "catalog:",

0 commit comments

Comments
 (0)