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 03edb49 commit 242ff36Copy full SHA for 242ff36
package.json
@@ -38,6 +38,7 @@
38
"clean:lintcache": "rimraf .eslintcache .stylelintcache",
39
"clean:labextension": "rimraf jupyter_scheduler/labextension",
40
"clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache",
41
+ "dev-install": "pip install -e . && jupyter labextension develop . --overwrite && jupyter server extension enable jupyter_scheduler",
42
"eslint": "jlpm eslint:check --fix",
43
"eslint:check": "eslint . --cache --ext .ts,.tsx",
44
"install:extension": "jlpm build",
0 commit comments