File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4040 uv pip install jupyterlab
4141 cd js
4242 npm ci
43- jupyter labextension build --show-config-json .
4443 npm run build
4544 npm ls
4645 - name : Check JupyterLab build artifacts
Original file line number Diff line number Diff line change 1212 "scripts" : {
1313 "build:widget" : " esbuild --bundle --alias:plotly.js=plotly.js/dist/plotly --format=esm --minify --outfile=../plotly/package_data/widgetbundle.js src/widget.ts" ,
1414 "build:mimerenderer" : " esbuild --bundle --alias:plotly.js=plotly.js/dist/plotly --format=esm --minify --outfile=lib/mimeExtension.js src/mimeExtension.ts" ,
15- "build:labextension" : " jupyter labextension build --debug ." ,
15+ "build:labextension" : " jupyter labextension build ." ,
1616 "build" : " npm run build:widget && npm run build:mimerenderer && npm run build:labextension" ,
1717 "watch" : " npm run build -- --watch --sourcemap=inline" ,
1818 "typecheck" : " tsc --noEmit"
Original file line number Diff line number Diff line change 1212 "scripts" : {
1313 "build:widget" : " esbuild --bundle --alias:plotly.js=plotly.js/dist/plotly --format=esm --minify --outfile=../plotly/package_data/widgetbundle.js src/widget.ts" ,
1414 "build:mimerenderer" : " esbuild --bundle --alias:plotly.js=plotly.js/dist/plotly --format=esm --minify --outfile=lib/mimeExtension.js src/mimeExtension.ts" ,
15- "build:labextension" : " jupyter labextension build --debug ." ,
15+ "build:labextension" : " jupyter labextension build ." ,
1616 "build" : " npm run build:widget && npm run build:mimerenderer && npm run build:labextension" ,
1717 "watch" : " npm run build -- --watch --sourcemap=inline" ,
1818 "typecheck" : " tsc --noEmit"
You can’t perform that action at this time.
0 commit comments