From ad58a7adf4a16a6b7412d4bef1e974dd9f6dc463 Mon Sep 17 00:00:00 2001 From: Ethan Neff Date: Wed, 1 Feb 2017 15:04:17 -0800 Subject: [PATCH] docs: added guidance on updating hooks --- CONTRIBUTING.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7b34414c..0bf491b1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -109,4 +109,9 @@ git push origin BRANCH_NAME; > Update `CHANGELOG.md` > Update version within plugin.template.xml > Run `gulp prerelease` -> Merge Pull Request - code to NPM will happen automatically \ No newline at end of file +> Merge Pull Request - code to NPM will happen automatically + + +## Hooks + +Don't need to `rebuild.sh`, just re-run `cordova build ios` \ No newline at end of file