Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 2152f7d

Browse files
Merge pull request #1212 from MutinyWallet/just-pack-dev
Flip just pack and just dev
2 parents ac5c606 + 1bc81f5 commit 2152f7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pack:
2-
wasm-pack build ./mutiny-wasm --dev --weak-refs --target web --scope mutinywallet
2+
wasm-pack build ./mutiny-wasm --weak-refs --target web --scope mutinywallet
33

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

1010
dev:
11-
wasm-pack build ./mutiny-wasm --weak-refs --target web --scope mutinywallet
11+
wasm-pack build ./mutiny-wasm --dev --weak-refs --target web --scope mutinywallet
1212

1313
release:
1414
wasm-pack build ./mutiny-wasm --release --weak-refs --target web --scope mutinywallet

0 commit comments

Comments
 (0)