mirror of https://github.com/langgenius/dify.git
chore: no custom lint cache location (#31195)
This commit is contained in:
parent
e8397ae7a8
commit
13d648cf7b
|
|
@ -64,3 +64,5 @@ public/fallback-*.js
|
|||
|
||||
.vscode/settings.json
|
||||
.vscode/mcp.json
|
||||
|
||||
.eslintcache
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
"build": "next build",
|
||||
"build:docker": "next build && node scripts/optimize-standalone.js",
|
||||
"start": "node ./scripts/copy-and-start.mjs",
|
||||
"lint": "eslint --cache --cache-location node_modules/.cache/eslint/.eslint-cache",
|
||||
"lint": "eslint --cache",
|
||||
"lint:ci": "pnpm lint --concurrency 3",
|
||||
"lint:fix": "pnpm lint --fix",
|
||||
"lint:quiet": "pnpm lint --quiet",
|
||||
|
|
|
|||
Loading…
Reference in New Issue