summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAnderson Shindy Oki <[email protected]>2024-05-08 09:32:17 +0900
committerGitHub <[email protected]>2024-05-07 20:32:17 -0400
commit397310eff56a6be2093e8a719df00398c7ce703c (patch)
treef65214c68a3675d5731247792063afe10ba256eb
parentd686ab71b2e342f0b25a029aa4af263a23c6efeb (diff)
downloadbazarr-397310eff56a6be2093e8a719df00398c7ce703c.tar.gz
bazarr-397310eff56a6be2093e8a719df00398c7ce703c.zip
no log: Fix husky installation (#2488)
-rw-r--r--frontend/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json
index a079d0d10..5d428ff92 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -77,7 +77,7 @@
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage",
"format": "prettier -w .",
- "prepare": "cd .. && husky install frontend/.husky"
+ "prepare": "cd .. && husky frontend/.husky"
},
"browserslist": {
"production": [