Skip to content

Commit

Permalink
Use wasm-pack build without --target
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott committed Oct 2, 2024
1 parent e32e703 commit 48f0a9f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wasm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install wasm-pack
run: cargo install wasm-pack
- name: Build with wasm-pack
run: make buildwasm
run: wasm-pack build --scope aikidosec
- name: Get the version
id: get_version
run: echo ::set-output name=tag::${GITHUB_REF/refs\/tags\/v/}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zen-internals"
version = "0.1.10"
version = "0.1.11"
edition = "2021"

[lib]
Expand Down
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
build:
cargo build --release

.PHONY: buildwasm
buildwasm:
wasm-pack build --release --target nodejs --scope aikidosec

.PHONY: test
test:
cargo test
Expand Down

0 comments on commit 48f0a9f

Please sign in to comment.