refactor: test ubuntu image in build stage

This commit is contained in:
Rainer Killinger
2025-06-25 12:56:48 +02:00
parent 2bbb127efd
commit a3af1677d2
17 changed files with 339 additions and 212 deletions

View File

@@ -7,8 +7,8 @@
},
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81",
"scripts": {
"build": "dotenv -c -- turbo run build",
"build:full": "dotenv -c -- turbo run syncpack build lint format --summarize",
"build": "dotenv -c -- turbo run build --concurrency 80%",
"build:full": "dotenv -c -- turbo run syncpack build lint format --concurrency 80% --summarize",
"build:full:skip": "dotenv -c -- turbo-ignore --task='build lint format'",
"changeset:status": "changeset status",
"deploy": "dotenv -c -- turbo run deploy --concurrency=1",