dev: remove noisy biome checks from package.json scripts

This commit is contained in:
henrygd
2026-08-16 14:26:59 -04:00
parent 87405c5f10
commit 9a54d844ba
+1 -5
View File
@@ -9,11 +9,7 @@
"preview": "vite preview",
"sync": "lingui extract --overwrite && lingui compile",
"sync_no_compile": "lingui extract --overwrite --clean",
"sync_and_purge": "lingui extract --overwrite --clean && lingui compile",
"format": "biome format --write .",
"lint": "biome lint .",
"check": "biome check .",
"check:fix": "biome check --fix ."
"sync_and_purge": "lingui extract --overwrite --clean && lingui compile"
},
"dependencies": {
"@henrygd/queue": "^1.0.7",