From cc29e564eff0f6cd1fbef43dc7acf43a9a44c3b7 Mon Sep 17 00:00:00 2001 From: RiccardoBiosas Date: Wed, 22 May 2024 04:13:00 +0100 Subject: [PATCH] fix husky error --- apps/sample-dataprovider-app-statuspage/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sample-dataprovider-app-statuspage/package.json b/apps/sample-dataprovider-app-statuspage/package.json index c15711d..45437e5 100644 --- a/apps/sample-dataprovider-app-statuspage/package.json +++ b/apps/sample-dataprovider-app-statuspage/package.json @@ -36,7 +36,7 @@ }, "scripts": { "compile": "tsc --noEmit", - "prepare": "husky install", + "prepare": "cd ../.. && husky install apps/sample-dataprovider-app-statuspage", "test": "jest", "lint": "yarn lint:eslint && yarn lint:prettier --check", "fix:prettier:and:lint": "yarn lint:prettier:fix && yarn lint:eslint:fix",