|
|
|
@ -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", |
|
|
|
|