From 9b671026a73a23f1420ded513398af1362bf71a9 Mon Sep 17 00:00:00 2001 From: Tom French Date: Tue, 23 Aug 2022 12:35:54 +0100 Subject: [PATCH] refactor: use yarnv3 magic for updating client --- bin/package | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bin/package b/bin/package index 687ad4995d..c403ae9a98 100755 --- a/bin/package +++ b/bin/package @@ -88,11 +88,7 @@ yarn workspace loot-core build:node yarn workspace @actual-app/web build - -( - cd packages/desktop-electron; - yarn update-client -) +yarn workspace Actual update-client if [ -n "$RELEASE" ]; then SENTRY_CLI="./packages/desktop-electron/node_modules/.bin/sentry-cli"