From b45404ba92ac476429b0948382812964fa39cc41 Mon Sep 17 00:00:00 2001 From: Noelle Daley Date: Thu, 1 Nov 2018 14:41:22 -0700 Subject: [PATCH] docs: add note about husky and lint-staged --- ui/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/README.md b/ui/README.md index 97ba60b375..30b6722002 100644 --- a/ui/README.md +++ b/ui/README.md @@ -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: