mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-10 09:02:44 +08:00
no log: Fix husky installation (#2488)
This commit is contained in:
parent
d686ab71b2
commit
397310eff5
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
||||||
"test:ui": "vitest --ui",
|
"test:ui": "vitest --ui",
|
||||||
"coverage": "vitest run --coverage",
|
"coverage": "vitest run --coverage",
|
||||||
"format": "prettier -w .",
|
"format": "prettier -w .",
|
||||||
"prepare": "cd .. && husky install frontend/.husky"
|
"prepare": "cd .. && husky frontend/.husky"
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
|
|
Loading…
Reference in a new issue