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 9d1e86c commit 236e934Copy full SHA for 236e934
package.json
@@ -26,7 +26,7 @@
26
"prepack:all": "pnpm -r prepack",
27
"lint:all": "pnpm -r lint",
28
"lint:fix:all": "pnpm -r lint:fix",
29
- "check:all": "pnpm -r check",
+ "check:all": "pnpm -r typecheck && pnpm -r lint",
30
"test:all": "pnpm -r test"
31
},
32
"dependencies": {
0 commit comments