Skip to content

Commit

Permalink
ci: don't dedupe as merging
Browse files Browse the repository at this point in the history
Deduping, even `--check`, removes `node_modules` for some reason.
  • Loading branch information
lishaduck committed Sep 12, 2024
1 parent 710e3d3 commit 9bcfcc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
run: pnpm exec turbo telemetry disable
- name: 🔨 Build
run: pnpm run build
- name: 🧹 Check for deduped dependencies
run: pnpm exec turbo check-deduped-deps
- name: 🕵️ Merge Checks
run: pnpm run merge-checks
- name: ⚙️ Upload GPA Calculator
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typesync": "typesync",
"typesync:check": "typesync --dry=fail",
"check-deduped-deps": "pnpm dedupe --check --offline",
"merge-checks": "turbo run typecheck lint format:check manypkg typesync:check check-deduped-deps"
"merge-checks": "turbo run typecheck lint format:check manypkg typesync:check"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
Expand Down

0 comments on commit 9bcfcc4

Please sign in to comment.