We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664e781 commit 1c59254Copy full SHA for 1c59254
1 file changed
package.json
@@ -16,6 +16,7 @@
16
"tc": "vitest run --coverage",
17
"lint": "biome lint",
18
"format": "biome format",
19
+ "check": "biome check",
20
"tsc": "tsc --noEmit",
21
"build": "tsdown",
22
"prepublishOnly": "pnpm run build"
0 commit comments