jupyterlab / jupyter-chat

An extension to add a chat panel to JupyterLab
https://jupyter-chat.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

Improve the `dev-install` script #64

Open jtpio opened 3 months ago

jtpio commented 3 months ago

The top-level package.json has a dev-install script here:

https://github.com/jupyterlab/jupyter-chat/blob/025efd158ee42a9562d9f496e340feaefc90f88a/package.json#L36

However the underlying packages don't seem to be exposing such script in their own package.json.

It could be useful to add such script in the different packages to speed up the dev install, which would for example run the jupyter labextension develop . --overwrite command for the lab extensions.

brichet commented 3 months ago

Thanks for pointing it out @jtpio