Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Dec 31, 2024
1 parent e41170b commit 0db1df7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"publint": {
"dependsOn": ["build"]
},
"//#manypkg": {},
"//#manypkg": {
"inputs": ["**/package.json"]
},
"//#knip": {},
"//#typesync": {
"inputs": ["**/package.json", ".typesyncrc"]
Expand All @@ -52,12 +54,7 @@
"dependsOn": ["build"]
},
"check-deduped-deps": {
"inputs": [
"package.json",
"apps/*/package.json",
"packages/*/package.json",
"pnpm-lock.yaml"
]
"inputs": ["pnpm-lock.yaml"]
}
}
}

0 comments on commit 0db1df7

Please sign in to comment.