Skip to content

Commit be38594

Browse files
authored
Merge pull request #99 from jupyter-widgets/labextension-watch
Add labextension watch command
2 parents d435615 + 10c287b commit be38594

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

{{cookiecutter.github_project_name}}/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"test": "jest",
4646
"watch": "npm-run-all -p watch:*",
4747
"watch:lib": "tsc -w",
48-
"watch:nbextension": "webpack --watch"
48+
"watch:nbextension": "webpack --watch --mode=development",
49+
"watch:labextension": "jupyter labextension watch ."
4950
},
5051
"dependencies": {
5152
"@jupyter-widgets/base": "^1.1.10 || ^2.0.0 || ^3.0.0 || ^4.0.0"

0 commit comments

Comments
 (0)