You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the Turbo build process, multiple applications (like next-app, adonis, and vite-project) were failing to build.
The issue occurred because there was no automated CI workflow (build.yml) to ensure each project builds correctly in an isolated environment.
Observed Error:
next-app:build: ERROR: command finished with error: command exited (1)
adonis:build: ELIFECYCLE Command failed with exit code 1.
vite-project:build: ELIFECYCLE Command failed with exit code 1.