remove unused script

This commit is contained in:
Nikita Pozdniakov
2026-04-29 15:33:42 +03:00
parent 5544b226d9
commit 62ac18f4fb

View File

@@ -16,7 +16,6 @@
"lint": "astro check --minimumFailingSeverity warning && biome check .", "lint": "astro check --minimumFailingSeverity warning && biome check .",
"format": "biome format . --write", "format": "biome format . --write",
"prepare": "husky", "prepare": "husky",
"precommit": "lint-staged",
"ci": "astro check && biome ci ." "ci": "astro check && biome ci ."
}, },
"lint-staged": { "lint-staged": {