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 1a0341d commit 43801d7Copy full SHA for 43801d7
packages/jupyterlab-lsp/package.json
@@ -28,7 +28,7 @@
28
"url": "https://github.com/krassowski/jupyterlab-lsp.git"
29
},
30
"scripts": {
31
- "build": "jlpm run build:lib && jlpm run build:labextension",
+ "build": "jlpm build:schema && jlpm run build:lib && jlpm run build:labextension",
32
"build:labextension": "jupyter labextension build .",
33
"build:labextension:dev": "jupyter labextension build --development True .",
34
"build:lib": "tsc",
0 commit comments