mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-26 19:42:42 +00:00
refactor: test ubuntu image in build stage
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user