From b1d2065485ea223315fe90391a26331e8894d2aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Semy=C3=B3n?= Date: Thu, 18 Apr 2024 16:05:22 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70af4a2..e924b50 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "stryker": "stryker run", "format": "prettier --write 'src/**/*.{ts,js,css,md,json}'", "lint": "eslint --fix src/**/*.ts", - "prepare": "git config core.hooksPath .git-hooks || echo 'Not in a git repo'", + "prepare": "git config core.hooksPath git-hooks || echo 'Not in a git repo'", "release": "standard-version", "lint-staged": "lint-staged" },