refactor: use yarnv3 magic for updating client

This commit is contained in:
Tom French
2022-08-23 12:35:54 +01:00
parent 617f39e73c
commit 9b671026a7

View File

@@ -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"