Skip to content

Commit

Permalink
ci(release): correct build steps for web-tree-sitter
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Jan 26, 2025
1 parent 5546862 commit 67619da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ jobs:
- name: Build wasm
if: matrix.directory == 'lib/binding_web'
run: |
cd ${{ matrix.directory }}
npm ci
npm run build
npm run build:debug
CJS=true npm run build
Expand Down

0 comments on commit 67619da

Please sign in to comment.