jupyter / jupyter-js-notebook

JupyterLab notebook
BSD 3-Clause "New" or "Revised" License
46 stars 18 forks source link

Add scripts to watch a particular example #217

Closed blink1073 closed 8 years ago

blink1073 commented 8 years ago

Add a script that runs npm run update && npm run build on the provided example, to be run as npm run watch:example foo, and parsed from process.argv.

Change the watch:examples script to not run npm run build on the main part first, since that is already part of prepublish.