Skip to content

Commit ed73ee3

Browse files
committed
remove some flags used for debugging
1 parent 6a70d14 commit ed73ee3

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/check-js-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
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

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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"

plotly/labextension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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"

0 commit comments

Comments
 (0)