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 3955945 commit ad3c475Copy full SHA for ad3c475
.github/workflows/build.yml
@@ -51,10 +51,15 @@ jobs:
51
cd packages/${{ matrix.shortname }}/
52
jlpm run test
53
54
- - name: Build the extension
+ - name: Build npm packages
55
run: |
56
set -eux
57
jlpm install
58
+ jlpm build:lib
59
+
60
+ - name: Build the extension
61
+ run: |
62
+ set -eux
63
64
python -m pip install .[test]
65
0 commit comments