Seed fixture apps in preview environment

Add --with-apps flag to workspace:seed:dev in the preview environment
GitHub Action so bore.pub previews include the demo apps.

https://claude.ai/code/session_013kap5KJcioS6cdFKdKGkaP
This commit is contained in:
Claude
2026-03-12 10:46:24 +00:00
parent 3587e195ac
commit d2eb3474c6
+1 -1
View File
@@ -92,7 +92,7 @@ jobs:
run: |
cd packages/twenty-docker/
echo "Seeding full dev workspace..."
if ! docker compose exec -T server yarn command:prod -- workspace:seed:dev; then
if ! docker compose exec -T server yarn command:prod -- workspace:seed:dev --with-apps; then
echo "❌ Seeding full dev workspace failed. Dumping server logs..."
docker compose logs server
exit 1