mirror of
https://github.com/henrygd/beszel.git
synced 2026-08-19 08:47:46 +02:00
dev: remove noisy biome checks from package.json scripts
This commit is contained in:
@@ -9,11 +9,7 @@
|
|||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"sync": "lingui extract --overwrite && lingui compile",
|
"sync": "lingui extract --overwrite && lingui compile",
|
||||||
"sync_no_compile": "lingui extract --overwrite --clean",
|
"sync_no_compile": "lingui extract --overwrite --clean",
|
||||||
"sync_and_purge": "lingui extract --overwrite --clean && lingui compile",
|
"sync_and_purge": "lingui extract --overwrite --clean && lingui compile"
|
||||||
"format": "biome format --write .",
|
|
||||||
"lint": "biome lint .",
|
|
||||||
"check": "biome check .",
|
|
||||||
"check:fix": "biome check --fix ."
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@henrygd/queue": "^1.0.7",
|
"@henrygd/queue": "^1.0.7",
|
||||||
|
|||||||
Reference in New Issue
Block a user