We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d1957 commit 1223cffCopy full SHA for 1223cff
1 file changed
package.json
@@ -15,7 +15,7 @@
15
},
16
"scripts": {
17
"lint": "yarn workspaces foreach --all --parallel run lint",
18
- "typecheck": "yarn workspaces foreach --all --parallel run typecheck",
+ "typecheck": "yarn workspaces foreach --all --topological-dev run typecheck",
19
"codegen:errors": "npx ts-node scripts/generate-errors.ts"
20
21
"private": true,
0 commit comments