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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",