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 aa13a97 commit 23dad18Copy full SHA for 23dad18
plotly/labextension/package.json
@@ -5,7 +5,8 @@
5
"scripts": {
6
"build:widget": "esbuild --bundle --alias:plotly.js=plotly.js/dist/plotly --format=esm --minify --outfile=../package_data/widgetbundle.js src/widget.ts",
7
"build:mimerenderer": "esbuild --bundle --alias:plotly.js=plotly.js/dist/plotly --format=esm --minify --outfile=lib/mimeExtension.js src/mimeExtension.ts",
8
- "build": "npm run build:widget && npm run build:mimerenderer",
+ "build:labextension": "jupyter labextension build .",
9
+ "build": "npm run build:widget && npm run build:mimerenderer && npm run build:labextension",
10
"watch": "npm run build -- --watch --sourcemap=inline",
11
"typecheck": "tsc --noEmit"
12
},
0 commit comments