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 fd20df6 commit 6b02ee1Copy full SHA for 6b02ee1
.github/workflows/main.yml
@@ -130,8 +130,7 @@ jobs:
130
- name: Build ComponentizeJS
131
if: steps.starlingmonkey-jit.outputs.cache-hit != 'true'
132
run: |
133
- make release
134
- make lib/starlingmonkey_embedding.wasm
+ npm run build
135
136
- uses: actions/upload-artifact@v4
137
@@ -200,9 +199,7 @@ jobs:
200
199
- name: Build Weval
201
if: steps.starlingmonkey-aot.outputs.cache-hit != 'true'
202
203
- make release-weval
204
- make lib/starlingmonkey_embedding_weval.wasm
205
- make lib/starlingmonkey_ics.wevalcache
+ npm run build:weval
206
207
208
0 commit comments