mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-12 18:14:46 +08:00
fix: repair frontend check command and docs (#1281)
* fix: repair frontend check command and docs * docs: 补充 Linux 下 Docker 权限排障说明
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user