Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Luca Lagmöller committed Feb 9, 2024
1 parent 5e4b282 commit 0b4d894
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ jobs:
- name: Setup wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

- name: Install dependencies
run: npm ci

- name: Build
run: npm run build
4 changes: 2 additions & 2 deletions wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ web-sys = { version = "0.3.67", features = [
serde = { version = "1.0.196", features = ["derive"] }
serde-wasm-bindgen = "0.6.3"
three-d = "0.16.3"
rust8 = "0.2.0"
rust8 = "0.2.1"

[dev-dependencies]
wasm-bindgen-test = "0.3.34"
Expand Down

0 comments on commit 0b4d894

Please sign in to comment.