mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
Just removing some unused/unnecessary scripts and `IS_BETA` env variable + the associated code (we don't use this in the OS version of Actual).
11 lines
172 B
Bash
Executable File
11 lines
172 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
ROOT=`dirname $0`
|
|
|
|
cd "$ROOT/.."
|
|
|
|
yarn workspace loot-core build:browser
|
|
yarn workspace @actual-app/web build:browser
|
|
|
|
echo "packages/desktop-client/build"
|