From 534c494a89aaf1042c838468b1b5ce046b486765 Mon Sep 17 00:00:00 2001 From: benalleng Date: Tue, 22 Aug 2023 14:04:28 -0400 Subject: [PATCH] feat: filter for mutiny-wasm when unlinking --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index db2fed0..e898ea5 100644 --- a/justfile +++ b/justfile @@ -7,7 +7,7 @@ local: pnpm link --global "@mutinywallet/mutiny-wasm" remote: - pnpm unlink "@mutinywallet/mutiny-wasm" && pnpm install + pnpm unlink --filter "@mutinywallet/mutiny-wasm" && pnpm install test: pnpm exec playwright test