From 0c57fe1e622ac468d4357e07bc55311aca263ce5 Mon Sep 17 00:00:00 2001 From: cyrus01337 Date: Wed, 31 Jul 2024 07:56:20 +0000 Subject: [PATCH] Revert prepare script to original --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f596158..3333de7 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "format": "biome check --write --no-errors-on-unmatched --linter-enabled=false --config-path external/configurations/biome/biome.json", "lint": "eslint . && tsc --noEmit", "lint:formatting": "biome check --linter-enabled=false --config-path external/configurations/biome/biome.json", - "prepare": "ls && bun ./.husky/install.js" + "prepare": "bun .husky/install.js" }, "dependencies": { "@astrojs/check": "^0.7.0",