Skip to content

Commit 2b92307

Browse files
committed
store mimeExtension.js file in artifacts for debugging
1 parent 5481287 commit 2b92307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
jupyter labextension build --show-config-json .
4444
npm run build
4545
npm ls
46+
cp lib/mimeExtension.js ../plotly/labextension/mimeExtension.js
4647
- name: Check JupyterLab build artifacts
4748
run: |
4849
# 1. Hash contents of all static files, sort by content hash
@@ -71,7 +72,6 @@ jobs:
7172
else
7273
echo "✅ Build artifacts match expected output (ignoring known 'load' hash in package.json)."
7374
fi
74-
7575
- name: Store the build artifacts from plotly/labextension
7676
uses: actions/upload-artifact@v4
7777
if: failure()

0 commit comments

Comments
 (0)