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 e111d73 commit c66248eCopy full SHA for c66248e
package.json
@@ -8,7 +8,7 @@
8
"lint": "pnpm nx run-many -t lint --projects='packages/*'",
9
"format": "prettier --check .",
10
"format:fix": "prettier --check . --write",
11
- "check": "pnpm tsc && pnpm lint && pnpm format"
+ "check": "pnpm typecheck && pnpm lint && pnpm format"
12
},
13
"private": true,
14
"devDependencies": {
0 commit comments