ci(release): correct build steps for web-tree-sitter
This commit is contained in:
parent
5546862bb7
commit
67619dab5c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue