NativeScript / plugin-seed

Build NativeScript Plugins Fast ⚡
https://docs.nativescript.org/plugins/plugin-workspace-guide
Apache License 2.0
45 stars 11 forks source link

Ensure that Husky git hooks are installed after first install #10

Closed shirakaba closed 3 years ago

shirakaba commented 3 years ago

This documents how to enable git hooks after first install: https://typicode.github.io/husky/#/?id=install

Normally you'd simply write husky install, but it failed for me (see issue https://github.com/typicode/husky/issues/84#issuecomment-423340923), so I replaced it with the equivalent long-form invocation, node ./node_modules/husky/lib/installer/bin install.

cla-bot[bot] commented 3 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign the CLA at https://www.nativescript.org/cla. CLA has not been signed by users: @shirakaba. After signing the CLA, you can ask me to recheck this PR by posting @cla-bot check as a comment to the PR.