Skip to content

Commit 4dfe3ba

Browse files
committed
chore(deps): dedupe
1 parent fb9845d commit 4dfe3ba

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"manypkg": "manypkg check",
1212
"typesync": "pnpm -r exec typesync",
1313
"typesync:check": "pnpm -r exec typesync --dry=fail",
14-
"merge-checks": "turbo run typecheck lint format:check manypkg typesync:check"
14+
"check-deduped-deps": "pnpm dedupe --check",
15+
"merge-checks": "turbo run typecheck lint format:check manypkg typesync:check check-deduped-deps"
1516
},
1617
"devDependencies": {
1718
"@commitlint/cli": "^19.4.0",

pnpm-lock.yaml

Lines changed: 2 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

turbo.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@
100100
"inputs": [
101101
"**/package.json"
102102
]
103+
},
104+
"check-deduped-deps": {
105+
"inputs": [
106+
"pnpm-lock.yaml"
107+
]
103108
}
104109
},
105110
"remoteCache": {

0 commit comments

Comments
 (0)