mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
Move husky install to prepare run-script (#5711)
This commit is contained in:
parent
ce4846141a
commit
e55bb75b66
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
"lint-tldr-pages": "tldr-lint ./pages",
|
||||
"test": "bash scripts/test.sh",
|
||||
"build-index": "node ./scripts/build-index.js > index.json",
|
||||
"postinstall": "husky install"
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue