fix(rln-wasm): make cargo make build work on macOS and linux (#77)

This commit is contained in:
G 2022-11-21 16:41:38 +01:00 committed by GitHub
parent 25bcb7991b
commit 6a7808d911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ command = "wasm-pack"
args = ["build", "--release", "--target", "web", "--scope", "waku"] args = ["build", "--release", "--target", "web", "--scope", "waku"]
[tasks.pack-rename] [tasks.pack-rename]
script = "sed -i 's/rln-wasm/zerokit-rln-wasm/g' pkg/package.json" script = "sed -i.bak 's/rln-wasm/zerokit-rln-wasm/g' pkg/package.json && rm pkg/package.json.bak"
[tasks.build] [tasks.build]
clear = true clear = true