docs: add note about husky and lint-staged

This commit is contained in:
Noelle Daley 2018-11-01 14:41:22 -07:00
parent a1be7db077
commit b45404ba92

View File

@ -11,7 +11,10 @@ You will need the following things properly installed on your computer.
* [Yarn](https://yarnpkg.com/en/)
* [Git](https://git-scm.com/)
* [Ember CLI](https://ember-cli.com/)
* [Husky*](https://github.com/typicode/husky)
* [lint-staged*](https://www.npmjs.com/package/lint-staged)
*You will need to install Husky and lint-staged locally by running `npm install husky lint-staged`. However please note these dependencies cannot be added to the `package.json` to ensure that husky doesn't run on commits unrelated to the Vault UI.
## Running / Development
To get all of the JavaScript dependencies installed, run this in the `ui` directory: