mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 18:40:34 -05:00
12 lines
220 B
Bash
Executable File
12 lines
220 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
ROOT=`dirname $0`
|
|
|
|
cd "$ROOT/.."
|
|
|
|
yarn workspace loot-core-server build:browser
|
|
# yarn workspace loot-core build:browser
|
|
yarn workspace @actual-app/web build:browser
|
|
|
|
echo "packages/desktop-client/build"
|