mirror of https://github.com/morpheus65535/bazarr
no log: Fix husky installation (#2488)
This commit is contained in:
parent
d686ab71b2
commit
397310eff5
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue