Skip to content

Commit

Permalink
js(nostr): add twiggy command
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Jan 21, 2024
1 parent 069e10d commit 7b604de
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bindings/nostr-js/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ publish: pack

pack:
rm -rf ./pkg
npm run package
npm run package

twiggy:
cargo install twiggy --version 0.7.0
npm run build:dev
twiggy top pkg/nostr_js_bg.wasm

0 comments on commit 7b604de

Please sign in to comment.