Skip to content

Commit

Permalink
Flip just pack and just dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyGiorgio committed Jun 10, 2024
1 parent ac5c606 commit 1bc81f5
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 1bc81f5

Please sign in to comment.