Skip to content

Commit

Permalink
docs: add watch build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Wu committed Sep 11, 2018
1 parent e213512 commit bd88ddd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -32,6 +32,12 @@ yarn build

Running this command will create a build directory in `./extension` folder.


You can also automatically rebuild the extension on every file change using the watch command:
```
yarn build:watch
```

**Test**

To test your changes, simply run `jest --watch` if you've installed Jest globally on your system or run `yarn test`.
Expand Down

0 comments on commit bd88ddd

Please sign in to comment.