feat: add partly returning statements and remove DecryptionResult
This commit is contained in:
parent
6bb11e60b7
commit
99774ea523
3 changed files with 39 additions and 54 deletions
2
build.sh
2
build.sh
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
wasm-pack build --scope duskflower --release --target bundler
|
||||
wasm-pack build --scope duskflower --release --weak-refs --target bundler
|
||||
jq '. |= . + {"publishConfig": {"registry": "https://git.duskflower.dev/api/packages/duskflower/npm/"}}' pkg/package.json > pkg/package.json.tmp && mv pkg/package.json.tmp pkg/package.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue