Skip to content

Commit 10c287b

Browse files
authored
Add labextension watch command
1 parent d435615 commit 10c287b

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)