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 6bf4351 commit 5f1c5bbCopy full SHA for 5f1c5bb
package.json
@@ -12,7 +12,7 @@
12
"scripts": {
13
"style:check": "biome check --unsafe .",
14
"style:fix": "pnpm style:check --write",
15
- "types:check": "pnpm -r types:check",
+ "types:check": "pnpm -r check-types",
16
"build": "pnpm -r build",
17
"clean": "pnpm -r clean",
18
"test": "node --import tsx --test packages/**/tests/*.test.ts",
0 commit comments