We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aad51b commit dc5aa74Copy full SHA for dc5aa74
package.json
@@ -32,6 +32,7 @@
32
"publish:version": "pnpm changeset version && pnpm format",
33
"test": "vitest run --coverage",
34
"test:ci": "vitest run --coverage",
35
+ "format": "biome format --fix",
36
"lint": "biome check",
37
"tsc": "tsc --noEmit"
38
},
0 commit comments