diff --git a/scripts/build-web.sh b/scripts/build-web.sh index a73eda6..9d8b6d3 100755 --- a/scripts/build-web.sh +++ b/scripts/build-web.sh @@ -5,6 +5,5 @@ root="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)" cd "${root}" # Trunk breaks if NO_COLOR is set to "1" in some environments. -cd apps/tauri/ui +cd apps/web exec nix develop --accept-flake-config -c env -u NO_COLOR trunk build --release --public-url / -