Skip to content

Commit 6bf692b

Browse files
committed
add format check
1 parent 052b25a commit 6bf692b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"type": "module",
66
"scripts": {
77
"build": "tsup-node lib/index.ts --dts --format esm",
8-
"format": "biome format --write ."
8+
"format": "biome format --write .",
9+
"format:check": "biome format ."
910
},
1011
"devDependencies": {
1112
"@biomejs/biome": "^1.9.4",

0 commit comments

Comments
 (0)