Skip to content

Commit

Permalink
Merge pull request #1212 from MutinyWallet/just-pack-dev
Browse files Browse the repository at this point in the history
Flip just pack and just dev
  • Loading branch information
TonyGiorgio authored Jun 10, 2024
2 parents ac5c606 + 1bc81f5 commit 2152f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pack:
wasm-pack build ./mutiny-wasm --dev --weak-refs --target web --scope mutinywallet
wasm-pack build ./mutiny-wasm --weak-refs --target web --scope mutinywallet

link:
wasm-pack build ./mutiny-wasm --dev --weak-refs --target web --scope mutinywallet && cd mutiny-wasm/pkg && pnpm link --global
Expand All @@ -8,7 +8,7 @@ login:
wasm-pack login --scope=@mutinywallet

dev:
wasm-pack build ./mutiny-wasm --weak-refs --target web --scope mutinywallet
wasm-pack build ./mutiny-wasm --dev --weak-refs --target web --scope mutinywallet

release:
wasm-pack build ./mutiny-wasm --release --weak-refs --target web --scope mutinywallet
Expand Down

0 comments on commit 2152f7d

Please sign in to comment.