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

Fix watch script in ipyleaflet #963

Merged
merged 1 commit into from Apr 13, 2022

Conversation

HaudinFlorence
Copy link
Contributor

@HaudinFlorence HaudinFlorence commented Apr 13, 2022

In js/package.json :

  • Change

"watch": "webpack --watch"

to
"watch": "run-p watch:src watch:labextension",
"watch:src": "webpack --watch",
"watch:labextension": "jupyter labextension watch ."

  • Add in devDependencies : "npm-run-all": "^4.1.5",

js/package.json Show resolved Hide resolved
@martinRenou
Copy link
Member

Thanks!

@martinRenou martinRenou merged commit 98d570e into jupyter-widgets:master Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants