deploy: build apps/web assets before worker deploy
This commit is contained in:
parent
88dc52dd69
commit
b0e762f6a7
1 changed files with 1 additions and 2 deletions
|
|
@ -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 /
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue