mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:39:17 -05:00
refactor: move script to update client build into electron package
This commit is contained in:
13
bin/package
13
bin/package
@@ -89,15 +89,10 @@ yarn workspace loot-core build:node
|
||||
yarn workspace @actual-app/web build
|
||||
|
||||
|
||||
rm -fr packages/desktop-electron/client-build
|
||||
cp -r packages/desktop-client/build packages/desktop-electron/client-build
|
||||
# Remove the embedded backend for the browser version. Will improve
|
||||
# this process
|
||||
rm -fr packages/desktop-electron/client-build/data
|
||||
rm -fr packages/desktop-electron/client-build/*kcab.*
|
||||
rm -fr packages/desktop-electron/client-build/*.wasm
|
||||
rm -fr packages/desktop-electron/client-build/*.map
|
||||
|
||||
(
|
||||
cd packages/desktop-electron;
|
||||
yarn update-client
|
||||
)
|
||||
|
||||
if [ -n "$RELEASE" ]; then
|
||||
SENTRY_CLI="./packages/desktop-electron/node_modules/.bin/sentry-cli"
|
||||
|
||||
Reference in New Issue
Block a user