diff --git a/package.json b/package.json index 4d995bad..4e2918c6 100644 --- a/package.json +++ b/package.json @@ -13,10 +13,9 @@ "i18n-remove": "pro i18n-remove --locale=zh-CN --write", "postinstall": "max setup", "jest": "jest", - "lint": "npm run biome:check && npm run tsc", + "lint": "npm run biome:lint && npm run tsc", "lint-staged": "lint-staged", "biome:lint": "npx @biomejs/biome lint", - "biome:check": "npx @biomejs/biome check", "openapi": "max openapi", "prepare": "husky", "preview": "npm run build && max preview --port 8000",