Move husky install to prepare run-script (#5711)

manned-org
Matthew Peveler 2021-04-08 15:09:05 -04:00 committed by GitHub
parent ce4846141a
commit e55bb75b66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}