mirror of
https://github.com/Z3Prover/z3
synced 2026-01-04 18:18:48 +00:00
build the ts bindings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d7f6f0d2a7
commit
8407bfc8a3
1 changed files with 4 additions and 3 deletions
7
.github/workflows/docs.yml
vendored
7
.github/workflows/docs.yml
vendored
|
|
@ -55,9 +55,10 @@ jobs:
|
|||
|
||||
- name: Install JS dependencies
|
||||
working-directory: src/api/js
|
||||
run: npm ci
|
||||
run: npm run build:ts
|
||||
run: npm run build:wasm
|
||||
run: |
|
||||
npm ci
|
||||
npm run build:ts
|
||||
npm run build:wasm
|
||||
|
||||
- name: Generate Documentation (from doc directory)
|
||||
working-directory: doc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue