mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-23 00:04:06 +00:00
[ci] Add lint:fix:no-cache script for consistency
- Add lint:fix:no-cache to match the existing script naming pattern - Update workflows to use lint:fix:no-cache instead of lint:no-cache -- --fix
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
"lint": "eslint src --cache",
|
||||
"lint:fix": "eslint src --cache --fix",
|
||||
"lint:no-cache": "eslint src",
|
||||
"lint:fix:no-cache": "eslint src --fix",
|
||||
"knip": "knip",
|
||||
"locale": "lobe-i18n locale",
|
||||
"collect-i18n": "playwright test --config=playwright.i18n.config.ts",
|
||||
|
||||
Reference in New Issue
Block a user