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 5481287 commit 2b92307Copy full SHA for 2b92307
.github/workflows/check-js-build.yml
@@ -43,6 +43,7 @@ jobs:
43
jupyter labextension build --show-config-json .
44
npm run build
45
npm ls
46
+ cp lib/mimeExtension.js ../plotly/labextension/mimeExtension.js
47
- name: Check JupyterLab build artifacts
48
run: |
49
# 1. Hash contents of all static files, sort by content hash
@@ -71,7 +72,6 @@ jobs:
71
72
else
73
echo "✅ Build artifacts match expected output (ignoring known 'load' hash in package.json)."
74
fi
-
75
- name: Store the build artifacts from plotly/labextension
76
uses: actions/upload-artifact@v4
77
if: failure()
0 commit comments