Skip to content

Commit

Permalink
ci: also build all js lang packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RubixDev committed Mar 4, 2025
1 parent f4cfe67 commit 167649b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,22 @@ jobs:
run: |
bash _prepare_ci.sh
- name: Build
- name: Build Core Package
run: |
cd syntastica-js
npm ci
npm run build
- name: Build Language Packages
run: cargo xtask build-js-langs

- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: syntastica-js
path: syntastica-js/pkg
path: |
syntastica-js/pkg
syntastica-js/langs/*/*.wasm
retention-days: 5

# run and commit auto-generated code
Expand Down

0 comments on commit 167649b

Please sign in to comment.