mirror of
https://github.com/Z3Prover/z3
synced 2026-05-31 22:27:48 +00:00
build the ts bindings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
aa9d9f2181
commit
8d62bb3941
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
|
- name: Install JS dependencies
|
||||||
working-directory: src/api/js
|
working-directory: src/api/js
|
||||||
run: npm ci
|
run: |
|
||||||
run: npm run build:ts
|
npm ci
|
||||||
run: npm run build:wasm
|
npm run build:ts
|
||||||
|
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