Skip to content

Commit ad3c475

Browse files
committed
Make separate build for imported npm packages
1 parent 3955945 commit ad3c475

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,15 @@ jobs:
5151
cd packages/${{ matrix.shortname }}/
5252
jlpm run test
5353
54-
- name: Build the extension
54+
- name: Build npm packages
5555
run: |
5656
set -eux
5757
jlpm install
58+
jlpm build:lib
59+
60+
- name: Build the extension
61+
run: |
62+
set -eux
5863
cd packages/${{ matrix.shortname }}/
5964
python -m pip install .[test]
6065

0 commit comments

Comments
 (0)