Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the dev-install script #64

Open
jtpio opened this issue Jul 5, 2024 · 1 comment
Open

Improve the dev-install script #64

jtpio opened this issue Jul 5, 2024 · 1 comment
Labels
maintenance Packaging, tests

Comments

@jtpio
Copy link
Member

jtpio commented Jul 5, 2024

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

"dev-install": "lerna run dev-install --stream",

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.

@jtpio jtpio added the maintenance Packaging, tests label Jul 5, 2024
@brichet
Copy link
Collaborator

brichet commented Jul 5, 2024

Thanks for pointing it out @jtpio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Packaging, tests
Projects
None yet
Development

No branches or pull requests

2 participants