chore: 优化 package.json scripts 命名(check → lint/lint:fix)

This commit is contained in:
2026-03-01 05:43:49 +08:00
parent d0be096165
commit 30e3271146

View File

@@ -5,7 +5,8 @@
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "biome check .",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"typecheck": "tsc --noEmit"
},
"devDependencies": {