Skip to content

Commit 793d5a1

Browse files
committed
add dev:install and dev:uninstall scripts
1 parent a9800ae commit 793d5a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"clean:lintcache": "rimraf .eslintcache .stylelintcache",
4242
"clean:labextension": "rimraf jupyter_rtc_core/labextension jupyter_rtc_core/_version.py",
4343
"clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache",
44+
"dev:install": "jlpm install && jlpm build && uv pip install -e '.[test]' && jupyter labextension develop . --overwrite && jupyter server extension enable jupyter_rtc_core",
45+
"dev:uninstall": "jupyter server extension disable jupyter_rtc_core && pip uninstall jupyter_rtc_core -y",
4446
"eslint": "jlpm eslint:check --fix",
4547
"eslint:check": "eslint . --cache --ext .ts,.tsx",
4648
"install:extension": "jlpm build",

0 commit comments

Comments
 (0)