File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 4040
4141 jupyter labextension list 2>&1 | grep -ie "jupyter-iframe-commands.*OK"
4242
43+ - name : Build the npm packages
44+ run : |
45+ set -eux
46+
47+ jlpm build:npm:dist
48+
4349 - name : Package the extension
4450 run : |
4551 set -eux
5258 uses : actions/upload-artifact@v4
5359 with :
5460 name : extension-artifacts
55- path : dist/jupyter_iframe_commands *
61+ path : dist/*
5662 if-no-files-found : error
5763
5864 test_isolated :
Original file line number Diff line number Diff line change 2121 "scripts" : {
2222 "build" : " lerna run build" ,
2323 "build:prod" : " lerna run build:prod" ,
24+ "build:npm:dist" : " jlpm build:prod && mkdir -p dist && lerna exec --no-private -- npm pack --pack-destination ../../dist" ,
2425 "clean" : " lerna run clean" ,
2526 "clean:all" : " lerna run clean:all" ,
2627 "eslint" : " jlpm eslint:check --fix" ,
You can’t perform that action at this time.
0 commit comments