[ci] Add lint:fix:no-cache script for consistency (#4948)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Christian Byrne
2025-08-12 13:25:22 -07:00
committed by GitHub
parent 24a386c766
commit 17d7ba8bcb
11 changed files with 11 additions and 2 deletions

View File

@@ -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",