From 62ac18f4fb00c242e34a7c586b856e9361772874 Mon Sep 17 00:00:00 2001 From: Nikita Pozdniakov Date: Wed, 29 Apr 2026 15:33:42 +0300 Subject: [PATCH] remove unused script --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 0889fe3..58e5937 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "lint": "astro check --minimumFailingSeverity warning && biome check .", "format": "biome format . --write", "prepare": "husky", - "precommit": "lint-staged", "ci": "astro check && biome ci ." }, "lint-staged": {