From e6dbabea4a0ae6a4d9cac9c78875a0b5d7250f78 Mon Sep 17 00:00:00 2001 From: Rubilmax Date: Fri, 11 Oct 2024 18:41:03 +0200 Subject: [PATCH] fix(lint): update postinstall script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2024904..800030f1 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "packageManager": "yarn@4.5.0", "workspaces": ["packages/*"], "scripts": { - "postinstall": "husky && yarn lint --write package.json", + "postinstall": "husky && yarn lint --write **/*/package.json", "lint": "biome check", "test": "dotenv -- vitest", "coverage": "vitest run --coverage",