Skip to content

Commit dc5aa74

Browse files
committed
chore: add missing format command
1 parent 6aad51b commit dc5aa74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"publish:version": "pnpm changeset version && pnpm format",
3333
"test": "vitest run --coverage",
3434
"test:ci": "vitest run --coverage",
35+
"format": "biome format --fix",
3536
"lint": "biome check",
3637
"tsc": "tsc --noEmit"
3738
},

0 commit comments

Comments
 (0)