every.channel: sanitized baseline
This commit is contained in:
commit
897e556bea
258 changed files with 74298 additions and 0 deletions
10
scripts/build-web.sh
Executable file
10
scripts/build-web.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
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
|
||||
exec nix develop --accept-flake-config -c env -u NO_COLOR trunk build --release --public-url /
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue