Skip to content

Commit 83b2235

Browse files
committed
fix: add script
1 parent aea6285 commit 83b2235

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
@@ -8,8 +8,9 @@
88
"build": "ultra -r build",
99
"build:dts": "ultra -r --build build:dts",
1010
"clean": "ultra -r clean",
11+
"check": "biome check",
1112
"format": "biome format --write",
12-
"lint": "biome lint --write",
13+
"lint": "biome lint",
1314
"release": "yarn build && yarn changeset publish",
1415
"test": "yarn build && ultra -r test",
1516
"typecheck": "tsc --noEmit",

0 commit comments

Comments
 (0)