We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9800ae commit 793d5a1Copy full SHA for 793d5a1
package.json
@@ -41,6 +41,8 @@
41
"clean:lintcache": "rimraf .eslintcache .stylelintcache",
42
"clean:labextension": "rimraf jupyter_rtc_core/labextension jupyter_rtc_core/_version.py",
43
"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",
46
"eslint": "jlpm eslint:check --fix",
47
"eslint:check": "eslint . --cache --ext .ts,.tsx",
48
"install:extension": "jlpm build",
0 commit comments