Skip to content

Commit 6b02ee1

Browse files
refactor(ci): use top level script targets
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
1 parent fd20df6 commit 6b02ee1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ jobs:
130130
- name: Build ComponentizeJS
131131
if: steps.starlingmonkey-jit.outputs.cache-hit != 'true'
132132
run: |
133-
make release
134-
make lib/starlingmonkey_embedding.wasm
133+
npm run build
135134
136135
- uses: actions/upload-artifact@v4
137136
if: steps.starlingmonkey-jit.outputs.cache-hit != 'true'
@@ -200,9 +199,7 @@ jobs:
200199
- name: Build Weval
201200
if: steps.starlingmonkey-aot.outputs.cache-hit != 'true'
202201
run: |
203-
make release-weval
204-
make lib/starlingmonkey_embedding_weval.wasm
205-
make lib/starlingmonkey_ics.wevalcache
202+
npm run build:weval
206203
207204
- uses: actions/upload-artifact@v4
208205
if: steps.starlingmonkey-aot.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)