From e0d6e11d4cdb47ab78e2cdc42cf211c84ba2d898 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Mon, 10 Jul 2017 10:05:47 -0700 Subject: [PATCH] Update README directions on when to `npm run build` need to `npm run build` a lot more since webpack was added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e8a4d1e..26607e7e 100644 --- a/README.md +++ b/README.md @@ -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`