File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 40
40
41
41
jupyter labextension list 2>&1 | grep -ie "jupyter-iframe-commands.*OK"
42
42
43
+ - name : Build the npm packages
44
+ run : |
45
+ set -eux
46
+
47
+ jlpm build:npm:dist
48
+
43
49
- name : Package the extension
44
50
run : |
45
51
set -eux
52
58
uses : actions/upload-artifact@v4
53
59
with :
54
60
name : extension-artifacts
55
- path : dist/jupyter_iframe_commands *
61
+ path : dist/*
56
62
if-no-files-found : error
57
63
58
64
test_isolated :
Original file line number Diff line number Diff line change 21
21
"scripts" : {
22
22
"build" : " lerna run build" ,
23
23
"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" ,
24
25
"clean" : " lerna run clean" ,
25
26
"clean:all" : " lerna run clean:all" ,
26
27
"eslint" : " jlpm eslint:check --fix" ,
You can’t perform that action at this time.
0 commit comments