mirror of
https://github.com/Z3Prover/z3
synced 2026-06-11 03:15:36 +00:00
build the ts bindings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e841b20679
commit
aa9d9f2181
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
|
- name: Install JS dependencies
|
||||||
working-directory: src/api/js
|
working-directory: src/api/js
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
run: npm run build:ts
|
||||||
|
run: npm run build:wasm
|
||||||
|
|
||||||
- name: Generate Documentation (from doc directory)
|
- name: Generate Documentation (from doc directory)
|
||||||
working-directory: doc
|
working-directory: doc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue