Skip to content

fix(build): skip embedded web UI when packages/app is missing - #1115

Merged
ElioNeto merged 1 commit into
mainfrom
develop
Jul 13, 2026
Merged

fix(build): skip embedded web UI when packages/app is missing#1115
ElioNeto merged 1 commit into
mainfrom
develop

Conversation

@ElioNeto

Copy link
Copy Markdown
Owner

O diretório packages/app foi removido em 3b76c8f mas o build.ts ainda tentava buildar a Web UI de lá, causando ENOENT na pipeline de release (tag v2.4.0).

Fix: verificar se o diretório existe antes de tentar buildar.

… missing

The packages/app directory was removed in 3b76c8f but the build script
still tried to build the web UI from there, causing ENOENT errors in
the release pipeline. Gracefully skip embedding when the app directory
doesn't exist.
@ElioNeto
ElioNeto merged commit 0465a5d into main Jul 13, 2026
4 checks passed
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant