mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
Skip Biome plugins during fix
This commit is contained in:
parent
17b1dc8574
commit
9f8fb2c5c8
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
"check:test": "node --run test",
|
||||
"check:typecheck": "node --run typecheck",
|
||||
"check:unused": "knip --no-progress",
|
||||
"fix": "biome check --fix --diagnostic-level=warn --error-on-warnings && knip --fix --no-progress",
|
||||
"fix": "biome check --fix --skip=plugin --diagnostic-level=warn --error-on-warnings && knip --fix --no-progress",
|
||||
"generate:app-server-types": "node scripts/generate-app-server-types.mjs",
|
||||
"release:check": "node scripts/release/check.mjs",
|
||||
"release:preflight": "node scripts/release/preflight.mjs",
|
||||
|
|
|
|||
Loading…
Reference in a new issue