mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
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:
parent
199bc459b4
commit
e0d6e11d4c
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue