fix: repair frontend check command and docs (#1281)

* fix: repair frontend check command and docs

* docs: 补充 Linux 下 Docker 权限排障说明
This commit is contained in:
evenboos
2026-03-24 17:02:54 +08:00
committed by GitHub
parent c5ddc6a171
commit 4b15f14647
3 changed files with 40 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"demo:save": "node scripts/save-demo.js",
"build": "next build",
"check": "next lint && tsc --noEmit",
"check": "eslint . --ext .ts,.tsx && tsc --noEmit",
"dev": "next dev --turbo",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix",