Skip to content

Commit 1223cff

Browse files
committed
chore: update typecheck script to use topological-dev for better dependency handling
1 parent 73d1957 commit 1223cff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"scripts": {
1717
"lint": "yarn workspaces foreach --all --parallel run lint",
18-
"typecheck": "yarn workspaces foreach --all --parallel run typecheck",
18+
"typecheck": "yarn workspaces foreach --all --topological-dev run typecheck",
1919
"codegen:errors": "npx ts-node scripts/generate-errors.ts"
2020
},
2121
"private": true,

0 commit comments

Comments
 (0)