Skip to content

Commit

Permalink
fix: check deduped deps
Browse files Browse the repository at this point in the history
Fixes: Fix deps dedupe AndreaPontrandolfo#289.
  • Loading branch information
lishaduck committed Nov 1, 2024
1 parent 52d258e commit a719457
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/merge-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ jobs:
uses: rharkor/[email protected]
- name: Run qa checks
run: pnpm merge-checks
- name: Check deduped deps
run: turbo check-deduped-deps
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"typecheck": "turbo run typecheck",
"knip": "knip",
"validate-config": "turbo run validate-config",
"merge-checks": "turbo run publint manypkg typesync knip typecheck lint validate-config check-deduped-deps are-the-types-wrong",
"merge-checks": "turbo run publint manypkg typesync knip typecheck lint validate-config check-deduped-deps",
"check-deduped-deps": "pnpm dedupe --check",
"clean": "turbo run clean && rm -rf .turbo",
"delete-node-modules": "pnpm exec rm -rf node_modules && pnpm -r exec rm -rf node_modules",
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"persistent": true,
"dependsOn": ["build"]
},
"check-deduped-deps": {
"//#check-deduped-deps": {
"inputs": [
"package.json",
"apps/*/package.json",
Expand Down

0 comments on commit a719457

Please sign in to comment.