Skip to content

Commit a2f813d

Browse files
committed
Update docs
1 parent 870e50e commit a2f813d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

developer_guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ sudo sysctl -p
9696

9797
---
9898

99-
When you make changes to `matrix-js-sdk` they should be automatically picked up by webpack and built.
99+
When you make changes to `matrix-js-sdk` you will need to rebuild it before they will be picked up by webpack.
100+
You can do this using `pnpm build` or by running `pnpm start` in `matrix-js-sdk`.
100101

101102
If any of these steps error with, `file table overflow`, you are probably on a mac
102103
which has a very low limit on max open files. Run `ulimit -Sn 1024` and try again.

0 commit comments

Comments
 (0)