We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323a6c9 commit b78f241Copy full SHA for b78f241
package.json
@@ -139,7 +139,7 @@
139
"tsc": "NODE_OPTIONS='--max-old-space-size=4096' tsc",
140
"typecheck": "run-p 'typecheck-*'",
141
"typecheck-client": "yarn run tsc --project client",
142
- "typecheck-apps": "find apps -name tsconfig.json | xargs -n 1 -P 4 -I {} yarn tsc --noEmit --project {}",
+ "typecheck-apps": "find apps -depth 2 -name tsconfig.json | xargs -n 1 -P 4 -I {} yarn tsc --noEmit --project {}",
143
"typecheck-packages": "tsc --build packages/tsconfig.json",
144
"vscode:link": "node bin/set-up-vs-code.js",
145
"vscode:unlink": "node bin/set-up-vs-code.js --unlink",
0 commit comments