mirror of
https://github.com/Z3Prover/z3
synced 2025-12-25 13:36:53 +00:00
build the ts bindings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7cbd4423ee
commit
d7f6f0d2a7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -56,6 +56,8 @@ jobs:
|
|||
- name: Install JS dependencies
|
||||
working-directory: src/api/js
|
||||
run: npm ci
|
||||
run: npm run build:ts
|
||||
run: npm run build:wasm
|
||||
|
||||
- name: Generate Documentation (from doc directory)
|
||||
working-directory: doc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue