Skip to content

Commit

Permalink
build js libaray for zflow graph
Browse files Browse the repository at this point in the history
  • Loading branch information
darmie committed Jun 5, 2024
1 parent 4df85fb commit ac2e990
Show file tree
Hide file tree
Showing 49 changed files with 1,665 additions and 834 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run graph tests
run: cd crates/zflow_graph && cargo test --verbose
- name: Install wasm-pack
run: cargo install wasm-pack
- name: Build the Zflow Graph Javascript Library
run: cd crates/zflow_graph && wasm-pack build --debug --target web --features build_wasm
Loading

0 comments on commit ac2e990

Please sign in to comment.