Update README directions on when to npm run build

need to `npm run build` a lot more since webpack was added
This commit is contained in:
Max Leiter 2017-07-10 10:05:47 -07:00
parent 199bc459b4
commit e0d6e11d4c

View file

@ -67,4 +67,4 @@ Before submitting any change, make sure to:
- Read the [Contributing instructions](https://github.com/thelounge/lounge/blob/master/CONTRIBUTING.md#contributing)
- Run `npm test` to execute linters and test suite
- Run `npm run build` if you change or add anything in `client/js/libs` or `client/views`
- Run `npm run build` if you change or add anything in `client/js` or `client/views`